mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 15:00:23 +00:00
Merge pull request #8530 from codeodor/3.0.0-wip
ignore .files for bower packaging
This commit is contained in:
commit
dd3eefc0f9
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue