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