Commit 6c123c95 by Qiang Xue

Fixes ignores in bower.json [skip ci]

parent ee5d5ca7
...@@ -12,8 +12,7 @@ ...@@ -12,8 +12,7 @@
], ],
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"ignore": [ "ignore": [
"**/.*", "/*"
"**/*"
], ],
"dependencies": { "dependencies": {
"bootstrap": ">=3.0.0" "bootstrap": ">=3.0.0"
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
"assets/toolbar.js" "assets/toolbar.js"
], ],
"ignore": [ "ignore": [
"**/.*", "/*",
"**/*", "!/assets"
"!assets/"
], ],
"dependencies": { "dependencies": {
"yii2": "master", "yii2": "master",
......
...@@ -16,9 +16,8 @@ ...@@ -16,9 +16,8 @@
"assets/gii.js" "assets/gii.js"
], ],
"ignore": [ "ignore": [
"**/.*", "/*",
"**/*", "!/assets"
"!assets/"
], ],
"dependencies": { "dependencies": {
"yii2": "master", "yii2": "master",
......
...@@ -11,8 +11,7 @@ ...@@ -11,8 +11,7 @@
], ],
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"ignore": [ "ignore": [
"**/.*", "/*"
"**/*"
], ],
"dependencies": { "dependencies": {
"jquery.ui": ">=1.10.0" "jquery.ui": ">=1.10.0"
......
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