Skip to content

Commit 2630c0f

Browse files
committed
chore: add standard version & script (#189)
1 parent feab724 commit 2630c0f

File tree

2 files changed

+1112
-38
lines changed

2 files changed

+1112
-38
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"jsdom": "^9.11.0",
1010
"memory-fs": "^0.4.1",
1111
"mocha": "^3.2.0",
12+
"standard-version": "^4.0.0",
1213
"webpack": "^2.2.1"
1314
},
1415
"repository": {
@@ -20,6 +21,7 @@
2021
"loader-utils": "^1.0.2"
2122
},
2223
"scripts": {
24+
"release": "yarn run standard-version",
2325
"test": "mocha",
2426
"travis:test": "yarn run test"
2527
}

0 commit comments

Comments
 (0)