Skip to content

Commit

Permalink
fix: Use files whitelist instead of .npmignore to only include needed…
Browse files Browse the repository at this point in the history
… files

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Apr 21, 2024
1 parent ef11cf3 commit 341d05f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,11 @@
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
}
},
"files": [
"dist",
"CHANGELOG.md",
"README.md",
"LICENSE"
]
}

0 comments on commit 341d05f

Please sign in to comment.