Skip to content

Commit

Permalink
Add files field to package.json
Browse files Browse the repository at this point in the history
to include only src to npm package
  • Loading branch information
pekam committed Dec 7, 2023
1 parent 223ff60 commit 5169fd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"author": "Pekka Maanpää",
"license": "MIT",
"main": "src/index.ts",
"files": [
"src/*"
],
"scripts": {
"test": "jest",
"check-types": "tsc -w --noEmit",
Expand Down

0 comments on commit 5169fd4

Please sign in to comment.