Skip to content

Commit

Permalink
cleaned up the bower.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Aug 9, 2017
1 parent 48ecbdf commit 263937e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions bower.json
Expand Up @@ -31,15 +31,17 @@
},
"ignore": [
"/bower_components",
"/dist/*.test.js",
"/docs",
"/lib",
"/www",
"/dist/*.test.js",
"/tests",
"/karma.conf.js",
"/www",
"/.*",
"/index.html",
"/package.json"
"/*.js",
"/*.json",
"/*.html",
"/*.txt",
"/*.yml"
],
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 263937e

Please sign in to comment.