Skip to content

Commit

Permalink
chore(pkg): use standard-version for release management
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Aug 25, 2018
1 parent 49406df commit 875b925
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 @@ -22,7 +22,6 @@
"chai": "^4.1.1",
"chai-subset": "^1.6.0",
"co": "4.6.0",
"conventional-changelog-cli": "^1.3.5",
"coveralls": "^2.11.6",
"eslint": "^4.5.0",
"eslint-plugin-prettier": "^2.2.0",
Expand All @@ -37,6 +36,7 @@
"semver": "^5.5.0",
"sinon": "^4.3.0",
"sinon-chai": "^3.2.0",
"standard-version": "^4.4.0",
"worker-farm": "^1.5.0"
},
"author": "Christian Kvalheim",
Expand All @@ -52,9 +52,9 @@
"coverage": "istanbul cover mongodb-test-runner -- -t 60000 test/unit test/functional",
"lint": "eslint lib test",
"format": "prettier --print-width 100 --tab-width 2 --single-quote --write 'test/**/*.js' 'lib/**/*.js'",
"changelog": "conventional-changelog -p angular -i HISTORY.md -s",
"bench": "node test/driverBench/",
"generate-evergreen": "node .evergreen/generate_evergreen_tasks.js"
"generate-evergreen": "node .evergreen/generate_evergreen_tasks.js",
"release": "standard-version -i HISTORY.md"
},
"homepage": "https://github.com/mongodb/node-mongodb-native"
}

0 comments on commit 875b925

Please sign in to comment.