Skip to content

Commit

Permalink
Remove .npmignore and update package.json to specify included files
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Dec 6, 2024
1 parent e6f1459 commit 559935a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .npmignore

This file was deleted.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
"sponsor": {
"url": "https://github.com/sponsors/sergiodxa"
},
"files": [
"src",
"build",
"package.json",
"README.md"
],
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit",
Expand Down

0 comments on commit 559935a

Please sign in to comment.