added jquery as the default dependency for happy

This commit is contained in:
Aaike Van Roekeghem
2015-01-25 01:16:52 +07:00
parent 12f54b1d5c
commit e3ef332b66
@@ -1,4 +1,7 @@
{
"main": "./happy.js",
"registry": "jspm"
"registry": "jspm",
"dependencies": {
"jquery": "jquery@^2.1.1"
}
}