Skip to content

Commit

Permalink
fix: Using package.json file attr instead of gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeCoder committed Nov 11, 2020
1 parent 83ae9c4 commit c58f34e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .npmignore

This file was deleted.

9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@
"prettier --write"
]
},
"files": [
"dist/*",
"polyfilled*",
"README.md",
"LICENSE",
"CHANGELOG*",
"CONTRIBUTING.md",
"package.json"
],
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
Expand Down

0 comments on commit c58f34e

Please sign in to comment.