Skip to content

Commit

Permalink
feat: switch to standard-version for release management
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Apr 11, 2016
1 parent f915dd4 commit f70f801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -28,7 +28,6 @@
"devDependencies": {
"chai": "^3.4.1",
"chalk": "^1.1.3",
"conventional-recommended-workflow": "^1.0.0",
"coveralls": "^2.11.9",
"cpr": "^1.0.0",
"cross-spawn-async": "^2.2.1",
Expand All @@ -38,13 +37,14 @@
"nyc": "^6.1.1",
"rimraf": "^2.5.0",
"standard": "^6.0.5",
"standard-version": "^2.1.2",
"which": "^1.1.2"
},
"scripts": {
"pretest": "standard",
"test": "nyc --cache mocha --require ./test/before.js --timeout=4000 --check-leaks",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"release": "conventional-recommended-workflow"
"version": "standard-version"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f70f801

Please sign in to comment.