Skip to content

Commit

Permalink
build: remove unused standard-version
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Aug 5, 2020
1 parent 2360586 commit 887d8da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
],
"scripts": {
"coverage": "nyc report && nyc check-coverage",
"release": "standard-version",
"pretest": "standard",
"test": "nyc mocha"
},
Expand All @@ -32,8 +31,7 @@
"mocha": "^4.0.1",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"standard": "^10.0.0-beta.0",
"standard-version": "^5.0.0"
"standard": "^10.0.0-beta.0"
},
"engines": {
"node": ">=10"
Expand Down

0 comments on commit 887d8da

Please sign in to comment.