diff options
| -rw-r--r-- | bower.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json index a7f3f769a..7ba448d27 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "bootstrap", "version": "3.0.0", - "main": ["./dist/js/bootstrap.min.js", "./dist/css/bootstrap.min.css"], + "main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css"], "ignore": [ "**/.*" ], |
