fix bootstrap 3.3.7 and add jquery 3.1.0 overrides

This commit is contained in:
Ashley Grant
2016-08-24 20:54:41 -04:00
parent 0410495904
commit cf5e691072
2 changed files with 22 additions and 11 deletions
@@ -1,12 +1,20 @@
{ {
"main": "dist/js/bootstrap.js", "main": "js/bootstrap.js",
"shim": { "shim": {
"dist/js/bootstrap": { "js/bootstrap": {
"deps": ["jquery"], "deps": [
"jquery"
],
"exports": "$" "exports": "$"
} }
}, },
"dependencies": { "dependencies": {
"jquery": "*" "jquery": "jspm:jquery@*"
} },
"files": [
"dist",
"fonts",
"js",
"css"
]
} }
+3
View File
@@ -0,0 +1,3 @@
{
"format": "amd"
}