Commit 518c3242 authored by Mark Otto's avatar Mark Otto

Merge pull request #9493 from brenoc/3.0.0-wip

Reference only not minified files in Bower
parents 4ff48c9c 48c1add8
{ {
"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": [
"**/.*" "**/.*"
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment