added missing shim for happy
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
{
|
||||
"main": "./happy.js",
|
||||
"registry": "jspm",
|
||||
"shim": {
|
||||
"happy": {
|
||||
"deps": [
|
||||
"jquery"
|
||||
]
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "jquery@^2.1.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user