Skip to content

Commit

Permalink
build: use 'files' field instead of '.npmignore' file
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed Jun 26, 2021
1 parent e4a3e7f commit 7f0fd0f
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 7f0fd0f

Please sign in to comment.