Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

Commit

Permalink
fix(bower): ignore non source files
Browse files Browse the repository at this point in the history
Closes #374
  • Loading branch information
Matt Lewis committed Jun 25, 2016
1 parent 88c1e9a commit a78b3fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 7 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"docs/bower_components",
"test",
"tests"
"src",
".github",
"docs",
"index.html",
"karma.conf.js",
"webpack.config.build.js",
"webpack.config.js"
],
"dependencies": {
"angular": ">=1.3.0",
Expand Down
3 changes: 0 additions & 3 deletions robots.txt

This file was deleted.

0 comments on commit a78b3fd

Please sign in to comment.