Skip to content

Commit

Permalink
npm: use "files" array instead of .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
clshortfuse committed May 30, 2023
1 parent fc26828 commit cdd92a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .npmignore

This file was deleted.

9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@
"tap": "^16.3.4",
"typescript": "^4.9.5"
},
"files": [
"bin",
"data",
"features",
"exports",
"lib",
"types",
"utils"
],
"scripts": {
"pretest": "eslint ./bin/**/*.js ./data/**/*.js ./lib/**/*.js ./test/**/*.js",
"test": "c8 tap --no-coverage",
Expand Down

0 comments on commit cdd92a6

Please sign in to comment.