1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-11 08:04:59 +02:00

Merge pull request #8530 from codeodor/3.0.0-wip

ignore .files for bower packaging
This commit is contained in:
Mark Otto
2013-07-19 16:54:22 -07:00

View File

@@ -2,6 +2,9 @@
"name": "bootstrap",
"version": "3.0.0",
"main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"],
"ignore": [
"**/.*"
],
"dependencies": {
"jquery": ">= 1.9.0"
}