Skip to content

Commit 79d00d0

Browse files
Change dist filenames to html-react-parser (npm build tasks)
1 parent 5601606 commit 79d00d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"author": "Mark <mark@remarkablemark.org>",
66
"main": "index.js",
77
"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",
8+
"build": "NODE_ENV=development webpack index.js dist/html-react-parser.js",
9+
"build-min": "NODE_ENV=production webpack -p index.js dist/html-react-parser.min.js",
1010
"prepublish": "npm run build && npm run build-min",
1111
"test": "mocha",
1212
"lint": "eslint index.js \"lib/**\" \"test/**\"",

0 commit comments

Comments
 (0)