Skip to content

Commit

Permalink
Limit amount of files that get packaged
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoofsKelvin committed Oct 30, 2021
1 parent 5fd62de commit 64afbbf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .npmignore

This file was deleted.

1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
".yarnrc.yml": true,
"*.lock": true,
".pnp.*": true,
".npmignore": true,
".gitignore": true,
".eslint*": true,
"api-extractor.json": true,
Expand Down
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,12 @@
"network",
"mask"
],
"files": [
"api/",
"lib/*.js",
"!lib/*.test.js",
"README.md",
"CHANGELOG.md"
],
"packageManager": "[email protected]"
}

0 comments on commit 64afbbf

Please sign in to comment.