Skip to content

Commit

Permalink
Simplify bower usage
Browse files Browse the repository at this point in the history
  • Loading branch information
victorquinn committed Mar 16, 2014
1 parent 50cd973 commit 6099e2e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

{
"directory": "test/lib"
}
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js
before_script:
- npm install -g bower
- cd test
- bower install
- cd ..
node_js:
- "0.10"
6 changes: 6 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@
"author": {
"name": "Victor Quinn",
"web": "http://victorquinn.com"
},
"devDependencies": {
"mocha": "1.18.0",
"chai": "~1.9.0",
"requirejs": "~2.1.11",
"lodash": "~2.4.1"
}
}
4 changes: 0 additions & 4 deletions test/.bowerrc

This file was deleted.

0 comments on commit 6099e2e

Please sign in to comment.