Skip to content

Commit

Permalink
Merge pull request #321 from mrmlnc/TRIVIAL_drop_npmignore
Browse files Browse the repository at this point in the history
TRIVIAL: use 'files' field instead of '.npmignore' file
  • Loading branch information
mrmlnc committed Jun 26, 2021
2 parents c9f7a81 + 7f0fd0f commit 9bcc78f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 27 deletions.
27 changes: 0 additions & 27 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 @@ -13,6 +13,12 @@
},
"main": "out/index.js",
"typings": "out/index.d.ts",
"files": [
"out",
"!out/{benchmark,tests}",
"!out/**/*.map",
"!out/**/*.spec.*"
],
"keywords": [
"glob",
"patterns",
Expand Down

0 comments on commit 9bcc78f

Please sign in to comment.