Skip to content
This repository was archived by the owner on Sep 9, 2021. It is now read-only.

Commit 1b84066

Browse files
committed
chore: Adds release tooling & script
1 parent f7e2132 commit 1b84066

File tree

2 files changed

+1002
-333
lines changed

2 files changed

+1002
-333
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"description": "worker loader module for webpack",
66
"scripts": {
77
"test": "mocha",
8-
"posttest": "eslint ."
8+
"posttest": "eslint .",
9+
"release": "standard-version"
910
},
1011
"eslintConfig": {
1112
"extends": "webpack",
@@ -40,6 +41,7 @@
4041
"eslint-config-webpack": "^1.0.0",
4142
"eslint-plugin-import": "^2.2.0",
4243
"mocha": "^3.2.0",
44+
"standard-version": "^4.2.0",
4345
"webpack": "^2.2.1"
4446
},
4547
"repository": {

0 commit comments

Comments
 (0)