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
@@ -11,7 +11,7 @@
}
},
"dependencies": {
"jquery": "github:components/jquery",
"css": "github:systemjs/plugin-css"
"jquery": "*",
"css": "*"
}
}
@@ -12,7 +12,7 @@
}
},
"dependencies": {
"jquery": "github:components/jquery",
"css": "github:systemjs/plugin-css"
"jquery": "*",
"css": "*"
}
}
@@ -2,7 +2,7 @@
"main": "chosen.jquery",
"files": ["chosen.jquery.js","chosen.jquery.min.js", "chosen.min.css","chosen.css", "chosen-sprite.png", "chosen-sprite@2x.png"],
"dependencies": {
"jquery": "github:components/jquery"
"jquery": "*"
},
"shim": {
"chosen.jquery": ["./chosen.css!", "jquery"],
@@ -2,9 +2,9 @@
"main": "js/fileinput",
"format": "global",
"dependencies": {
"jquery": "github:components/jquery",
"jquery": "*",
"bootstrap": "github:twbs/bootstrap",
"css": "github:systemjs/plugin-css",
"css": "*",
"blueimp-canvas-to-blob":"npm:blueimp-canvas-to-blob"
},
"files": [
@@ -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"
}
}