Skip to content

Commit 6ee5db9

Browse files
authored
Use package.json files array instead of .npmignore (#50408)
1 parent f88117d commit 6ee5db9

File tree

2 files changed

+11
-41
lines changed

2 files changed

+11
-41
lines changed

.npmignore

Lines changed: 0 additions & 41 deletions
This file was deleted.

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@
2828
"engines": {
2929
"node": ">=4.2.0"
3030
},
31+
"files": [
32+
"./bin",
33+
"./lib",
34+
"!./lib/enu",
35+
"./loc",
36+
"./AUTHORS.md",
37+
"./LICENSE.txt",
38+
"./README.md",
39+
"./SECURITY.md",
40+
"./ThirdPartyNoticeText.txt"
41+
],
3142
"devDependencies": {
3243
"@octokit/rest": "latest",
3344
"@types/async": "latest",

0 commit comments

Comments
 (0)