Skip to content

Commit

Permalink
Removed devDeps and updated travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpincin committed Mar 28, 2014
1 parent bb3df83 commit a73a7c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ node_js:
- "0.10"
before_script:
- npm install
- npm install -g coveralls@2.10.0 istanbul@0.2.6
script: npm run travis-test
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@
},
"homepage": "https://github.com/jasonpincin/interject",
"devDependencies": {
"tape": "~2.12.0",
"coveralls": "~2.10.0",
"nodemon": "~1.0.17",
"testling": "~1.6.1",
"istanbul": "~0.2.6"
"tape": "~2.12.0"
},
"testling": {
"files": "test/*.js",
Expand Down

0 comments on commit a73a7c2

Please sign in to comment.