Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use package.json files array instead of .npmignore (#50408)
  • Loading branch information
jakebailey committed Aug 23, 2022
1 parent f88117d commit 6ee5db9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 41 deletions.
41 changes: 0 additions & 41 deletions .npmignore

This file was deleted.

11 changes: 11 additions & 0 deletions package.json
Expand Up @@ -28,6 +28,17 @@
"engines": {
"node": ">=4.2.0"
},
"files": [
"./bin",
"./lib",
"!./lib/enu",
"./loc",
"./AUTHORS.md",
"./LICENSE.txt",
"./README.md",
"./SECURITY.md",
"./ThirdPartyNoticeText.txt"
],
"devDependencies": {
"@octokit/rest": "latest",
"@types/async": "latest",
Expand Down

0 comments on commit 6ee5db9

Please sign in to comment.