Skip to content

Commit 74ea0a9

Browse files
committed
fix: Using package.json file attr instead of gitignore
1 parent 2a798e1 commit 74ea0a9

File tree

2 files changed

+9
-16
lines changed

2 files changed

+9
-16
lines changed

.npmignore

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

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@
3737
"prettier --write"
3838
]
3939
},
40+
"files": [
41+
"dist/*",
42+
"polyfilled*",
43+
"README.md",
44+
"LICENSE",
45+
"CHANGELOG*",
46+
"CONTRIBUTING.md",
47+
"package.json"
48+
],
4049
"peerDependencies": {
4150
"react": ">=16.8.0",
4251
"react-dom": ">=16.8.0"

0 commit comments

Comments
 (0)