2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Merge pull request #9493 from brenoc/3.0.0-wip

Reference only not minified files in Bower
This commit is contained in:
Mark Otto
2013-08-14 09:40:29 -07:00
+1 -1
View File
@@ -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": [
"**/.*"
],