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