Skip to content

Commit

Permalink
update: files field in package.json to exclude __tests__
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen-cronic committed Aug 14, 2024
1 parent 6f3a6d1 commit 1295ae3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .npmignore

This file was deleted.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"type": "module",
"files": [
"CHANGELOG.md",
"dist/"
"dist/",
"!dist/__tests__",
"!dist/types.js"
],
"scripts": {
"build:watch": "tsc --watch",
Expand Down

0 comments on commit 1295ae3

Please sign in to comment.