Skip to content

Commit c463aea

Browse files
author
Benjamin Coe
committed
chore: add npm-script for changelog generation
1 parent 1561749 commit c463aea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"pretest": "standard",
88
"test": "nyc mocha ./test/*.js",
9-
"coverage": "nyc report --reporter=text-lcov | coveralls"
9+
"coverage": "nyc report --reporter=text-lcov | coveralls",
10+
"version": "standard-version"
1011
},
1112
"repository": {
1213
"type": "git",

0 commit comments

Comments
 (0)