Skip to content

Commit

Permalink
fix(dep): install --save-dev tap-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
watilde committed Jul 27, 2017
1 parent 8d7dff8 commit 7e93d42
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 @@ -5,8 +5,8 @@
"main": "index.js",
"scripts": {
"release": "standard-version",
"pretest": "standard",
"test": "tape 'test/*.js'"
"pretest": "standard lib bin test/*js",
"test": "tape 'test/*.js' | tap-spec"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
"rimraf": "^2.6.1",
"standard": "^10.0.2",
"standard-version": "^4.2.0",
"strong-npm-ls": "^1.0.10",
"tap-spec": "^4.1.1",
"tape": "^4.7.0"
},
"engine": {
Expand Down

0 comments on commit 7e93d42

Please sign in to comment.