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