added missing shim for happy

This commit is contained in:
Aaike Van Roekeghem
2015-01-25 01:55:10 +07:00
parent e3ef332b66
commit bc604569ad
@@ -1,6 +1,13 @@
{
"main": "./happy.js",
"registry": "jspm",
"shim": {
"happy": {
"deps": [
"jquery"
]
}
},
"dependencies": {
"jquery": "jquery@^2.1.1"
}