Browse Source

Remove duplicated ignore property in bower.json.

pull/1389/head
vsn4ik 9 years ago
parent
commit
34a62312ab
1 changed files with 1 additions and 3 deletions
  1. 4
      bower.json

4
bower.json

@ -6,9 +6,6 @@
"name" : "Jack Lukic", "name" : "Jack Lukic",
"web" : "http://www.jacklukic.com" "web" : "http://www.jacklukic.com"
}, },
"ignore" : [
"src/site"
],
"dependencies": { "dependencies": {
"jquery" : ">=1.8" "jquery" : ">=1.8"
}, },
@ -26,6 +23,7 @@
"http://semantic-ui.mit-license.org/" "http://semantic-ui.mit-license.org/"
], ],
"ignore": [ "ignore": [
"src/site",
"test" "test"
] ]
} }
Loading…
Cancel
Save