Skip to content

Commit 43f46ce

Browse files
Merge pull request #25 from remarkablemark/chore-build
Rename dist filenames and add webpack to `.npmignore`
2 parents 5601606 + 6747cd4 commit 43f46ce

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
test
22
coverage
3+
webpack.config.js
34
.eslint*
45
.travis*
56
.npmignore

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)