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",
"shim": {
"dist/js/bootstrap": {
"deps": ["jquery"],
"exports": "$"
}
},
"dependencies": {
"jquery": "*"
}
}
"main": "js/bootstrap.js",
"shim": {
"js/bootstrap": {
"deps": [
"jquery"
],
"exports": "$"
}
},
"dependencies": {
"jquery": "jspm:jquery@*"
},
"files": [
"dist",
"fonts",
"js",
"css"
]
}