Skip to content

Commit

Permalink
Remove standard-version
Browse files Browse the repository at this point in the history
  • Loading branch information
efcmeg committed May 21, 2020
1 parent d7e98bd commit 8063029
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"cov": "run-s build test:unit cov:html && open-cli coverage/index.html",
"cov:html": "nyc report --reporter=html",
"cov:check": "nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100",
"version": "standard-version",
"reset": "git clean -dfx && git reset --hard && npm i",
"clean": "trash build test"
},
Expand All @@ -44,7 +43,6 @@
"test": "Lint and unit test the project",
"watch": "Watch and rebuild the project on save, then rerun relevant tests",
"cov": "Rebuild, run tests, then create and open the coverage report",
"version": "Bump package.json version, update CHANGELOG.md, tag release",
"reset": "Delete all untracked files and reset the repo to the last commit"
},
"engines": {
Expand Down Expand Up @@ -74,7 +72,6 @@
"open-cli": "^5.0.0",
"prettier": "^2.0.5",
"source-map-support": "^0.5.19",
"standard-version": "^6.0.1",
"trash-cli": "^3.0.0",
"ts-node": "^8.10.1",
"typescript": "^3.5.3"
Expand Down

0 comments on commit 8063029

Please sign in to comment.