diff --git a/.npmignore b/.npmignore index 22a84ced..686ae86b 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,6 @@ test coverage +webpack.config.js .eslint* .travis* .npmignore diff --git a/package.json b/package.json index 2853bdc7..7e7179b4 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "author": "Mark ", "main": "index.js", "scripts": { - "build": "NODE_ENV=development webpack index.js dist/html-to-react.js", - "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", "prepublish": "npm run build && npm run build-min", "test": "mocha", "lint": "eslint index.js \"lib/**\" \"test/**\"",