ensure default jquery

This commit is contained in:
guybedford
2016-04-19 10:07:40 +02:00
parent 97f728b185
commit 52fcf0f005
6 changed files with 9 additions and 9 deletions
@@ -7,7 +7,7 @@
}
},
"dependencies": {
"jquery": "github:components/jquery"
"jquery": "*"
},
"files": ["dist", "fonts", "js", "css", "less", "grunt", "LICENSE"],
"systemjs": {
@@ -17,7 +17,7 @@
}
},
"dependencies": {
"jquery": "github:components/jquery",
"jquery": "*",
"tether": "github:HubSpot/tether@^1.1.1"
}
}