updating path from js/bootstrap.js to dist/js/bootstrap.js

This commit is contained in:
Jarreddebeer
2013-10-17 23:39:45 +02:00
parent 300ac2a301
commit fed8696085
@@ -1,7 +1,7 @@
{
"main": "js/bootstrap",
"main": "dist/js/bootstrap",
"dependencyShim": {
"js/bootstrap": ["jquery", "../css/bootstrap.css!"]
"dist/js/bootstrap": ["jquery", "../css/bootstrap.css!"]
},
"dependencyMap": {
"jquery": "jquery@2.0.3"