Skip to content

Commit 72b0976

Browse files
committed
Use files whitelist instead of npmignore
1 parent 646a5b3 commit 72b0976

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.npmignore

-2
This file was deleted.

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "1.0.1",
44
"description": "React Transform that catches errors inside React components",
55
"main": "lib/index.js",
6+
"files": [
7+
"lib",
8+
"src"
9+
],
610
"repository": {
711
"type": "git",
812
"url": "git+https://github.com/gaearon/react-transform-catch-errors.git"

0 commit comments

Comments
 (0)