added jquery as the default dependency for happy
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"main": "./happy.js",
|
||||
"registry": "jspm"
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"jquery": "jquery@^2.1.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user