Skip to content

Commit 1bd5abd

Browse files
author
Benjamin Coe
committed
chore: switch to release rather than version
1 parent 9c89945 commit 1bd5abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"report": "node ./bin/nyc --temp-directory ./.self_coverage/ -r text -r lcov report",
1515
"cover": "npm run clean && npm run build && npm run instrument && npm run run-tests && npm run report",
1616
"dev": "npm run clean && npm run build && npm run run-tests",
17-
"version": "standard-version"
17+
"release": "standard-version"
1818
},
1919
"bin": {
2020
"nyc": "./bin/nyc.js"

0 commit comments

Comments
 (0)