Skip to content

Commit c162730

Browse files
chore(dep): save standard-version and create npm script release
Save to devDependencies: * standard-version@4.2.0
1 parent e6fe88e commit c162730

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"author": "Mark <mark@remarkablemark.org>",
66
"main": "index.js",
77
"scripts": {
8+
"release": "standard-version",
89
"build-unmin": "NODE_ENV=development webpack index.js dist/html-react-parser.js",
910
"build-min": "NODE_ENV=production webpack -p index.js dist/html-react-parser.min.js",
1011
"clean": "rm -rf dist",
@@ -41,6 +42,7 @@
4142
"react": "^16",
4243
"react-dom": "^16",
4344
"webpack": "^3.0.0"
45+
"standard-version": "^4.2.0"
4446
},
4547
"peerDependencies": {
4648
"react": "^0.14 || ^15 || ^16"

0 commit comments

Comments
 (0)