Merge pull request #135 from Aaike/master

added happy -> github:henrikjoreteg/Happy.js
This commit is contained in:
Guy Bedford
2015-01-26 11:34:47 +02:00
3 changed files with 30 additions and 0 deletions
@@ -0,0 +1,14 @@
{
"main": "./happy.js",
"registry": "jspm",
"shim": {
"happy": {
"deps": [
"jquery"
]
}
},
"dependencies": {
"jquery": "jquery@^2.1.1"
}
}
@@ -0,0 +1,14 @@
{
"main": "./dist/jquery.validate.js",
"registry": "jspm",
"shim": {
"jquery-validation": {
"deps": [
"jquery"
]
}
},
"dependencies": {
"jquery": "jquery@^2.1.1"
}
}