Skip to content

Commit

Permalink
fix(dep): uninstall tape-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
watilde committed Jul 27, 2017
1 parent e49a833 commit f56f18f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"release": "standard-version",
"pretest": "standard lib bin test/*js",
"test": "tape 'test/*.js' | tap-spec"
"test": "tape 'test/*.js'"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,6 @@
"rimraf": "^2.6.1",
"standard": "^10.0.2",
"standard-version": "^4.2.0",
"tap-spec": "^4.1.1",
"tape": "^4.7.0"
},
"engine": {
Expand Down

0 comments on commit f56f18f

Please sign in to comment.