1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-14 09:34:36 +02: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

View File

@@ -1,7 +1,7 @@
{ {
"name": "bootstrap", "name": "bootstrap",
"version": "3.0.0", "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": [ "ignore": [
"**/.*" "**/.*"
], ],