Skip to content

Commit 48fe56e

Browse files
authored
chore(publish): change to npm whitelist to exclude unnecessary files (#212)
1 parent 13d534b commit 48fe56e

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.npmignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"bin": {
1111
"react-docgen": "bin/react-docgen.js"
1212
},
13+
"files":[
14+
"bin",
15+
"dist"
16+
],
1317
"main": "dist/main.js",
1418
"scripts": {
1519
"check": "npm run lint && npm run flow && npm test",

0 commit comments

Comments
 (0)