We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
standard-version
release
1 parent e6fe88e commit c162730Copy full SHA for c162730
package.json
@@ -5,6 +5,7 @@
5
"author": "Mark <mark@remarkablemark.org>",
6
"main": "index.js",
7
"scripts": {
8
+ "release": "standard-version",
9
"build-unmin": "NODE_ENV=development webpack index.js dist/html-react-parser.js",
10
"build-min": "NODE_ENV=production webpack -p index.js dist/html-react-parser.min.js",
11
"clean": "rm -rf dist",
@@ -41,6 +42,7 @@
41
42
"react": "^16",
43
"react-dom": "^16",
44
"webpack": "^3.0.0"
45
+ "standard-version": "^4.2.0"
46
},
47
"peerDependencies": {
48
"react": "^0.14 || ^15 || ^16"
0 commit comments