Skip to content

Commit

Permalink
Configure bower to allow for inplace upgrades of mocha and chai
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Oct 21, 2013
1 parent 6611834 commit 8248271
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/.bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "."
}
22 changes: 22 additions & 0 deletions test/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "test",
"version": "0.0.20131010",
"homepage": "https://github.com/Polymer/tools",
"authors": [
"Daniel Freedman <[email protected]>"
],
"license": "BSD",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
".",
"test",
"tests"
],
"dependencies": {
"chai": "~1.8.1",
"mocha": "~1.13.0"
}
}

0 comments on commit 8248271

Please sign in to comment.