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.
html-react-parser
1 parent 5601606 commit 79d00d0Copy full SHA for 79d00d0
package.json
@@ -5,8 +5,8 @@
5
"author": "Mark <mark@remarkablemark.org>",
6
"main": "index.js",
7
"scripts": {
8
- "build": "NODE_ENV=development webpack index.js dist/html-to-react.js",
9
- "build-min": "NODE_ENV=production webpack -p index.js dist/html-to-react.min.js",
+ "build": "NODE_ENV=development webpack index.js dist/html-react-parser.js",
+ "build-min": "NODE_ENV=production webpack -p index.js dist/html-react-parser.min.js",
10
"prepublish": "npm run build && npm run build-min",
11
"test": "mocha",
12
"lint": "eslint index.js \"lib/**\" \"test/**\"",
0 commit comments