Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed May 4, 2016
1 parent b511858 commit 516bcd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"david": "bin/david.js"
},
"scripts": {
"test": "standard && node bin/david && istanbul cover node_modules/.bin/tape test/*.js",
"test": "standard && node bin/david && istanbul cover tape test/*.js",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"license": "MIT",
Expand All @@ -29,7 +29,7 @@
"cli-color-tty": "^2.0.0",
"cli-table": "^0.3.1",
"minimist": "^1.1.0",
"npm": "^3.3.12",
"npm": "^3.8.8",
"semver": "^5.0.1",
"xtend": "^4.0.0"
},
Expand All @@ -39,7 +39,7 @@
"jshint": "^2.5.1",
"rewire": "^2.1.0",
"rimraf": "^2.3.2",
"standard": "^6.0.4",
"standard": "^7.0.1",
"tape": "^4.0.0"
},
"engines": {
Expand Down

0 comments on commit 516bcd6

Please sign in to comment.