Skip to content

Commit

Permalink
fix: Only publish needed files
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Mar 26, 2024
1 parent 2a7ad7b commit a4ed611
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"files": [
"docs",
"lib",
"CHANGELOG.md"
],
"peerDependencies": {
"eslint": ">=7.0.0"
},
Expand Down

0 comments on commit a4ed611

Please sign in to comment.