Skip to content

Commit

Permalink
Merge pull request #123 from roryf/master
Browse files Browse the repository at this point in the history
Fixes bower ignore list
  • Loading branch information
siddii committed Nov 6, 2014
2 parents 5edc06c + c2ca597 commit f22ef8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"angular-mocks": ">= 1.0.7"
},
"main": "./dist/angular-timer.js",
"ignore": ["./node_modules/", "./bower_components/"]
"ignore": [
"node_modules",
"bower_components"
]
}

0 comments on commit f22ef8c

Please sign in to comment.