Skip to content

Commit 73aab35

Browse files
committed
chore: Adds contrib release tooling
1 parent de46fde commit 73aab35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"main": "dist/index.js",
88
"scripts": {
99
"lint": "eslint src/ tests/",
10+
"release": "standard-version",
1011
"pretest": "npm run lint && npm run build && npm run build:tests",
1112
"test": "mocha compiled_tests/",
1213
"test:nolint": "npm run build && npm run build:tests && mocha compiled_tests/",
@@ -29,7 +30,8 @@
2930
"chai": "^3.4.0",
3031
"eslint": "^2.9.0",
3132
"mocha": "^2.4.5",
32-
"ncp": "^2.0.0"
33+
"ncp": "^2.0.0",
34+
"standard-version": "^4.2.0"
3335
},
3436
"homepage": "https://github.com/webpack-contrib/copy-webpack-plugin",
3537
"repository": {

0 commit comments

Comments
 (0)