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.
2 parents 5601606 + 6747cd4 commit 43f46ceCopy full SHA for 43f46ce
.npmignore
@@ -1,5 +1,6 @@
1
test
2
coverage
3
+webpack.config.js
4
.eslint*
5
.travis*
6
.npmignore
package.json
@@ -5,8 +5,8 @@
"author": "Mark <mark@remarkablemark.org>",
"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