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"
}
}
+2
View File
@@ -95,6 +95,7 @@
"hammer": "github:hammerjs/hammer.js",
"handlebars": "github:components/handlebars.js",
"handlebars.js": "github:components/handlebars.js",
"happy": "github:henrikjoreteg/Happy.js",
"http": "github:jspm/nodelibs-http",
"https": "github:jspm/nodelibs-https",
"i18next-client": "npm:i18next-client",
@@ -109,6 +110,7 @@
"jquery-pjax": "github:defunkt/jquery-pjax",
"jquery.cookie": "github:carhartl/jquery-cookie",
"jquery.hammer": "github:hammerjs/jquery.hammer.js",
"jquery-validation": "github:jzaefferer/jquery-validation",
"jsfromhell": "github:jonasraoni/JSFromHell",
"jsplumb": "github:sporritt/jsPlumb",
"kickstrap": "github:ajkochanowicz/Kickstrap",