Commit 6c123c95 by Qiang Xue

Fixes ignores in bower.json [skip ci]

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