Use paths in package.json 'files' array that work with npm 6 and later. (#50930)

This commit is contained in:
Daniel Rosenwasser
2022-09-23 16:05:20 -07:00
committed by GitHub
parent f16ca7dd36
commit 4ab9e76fb7

View File

@@ -29,13 +29,13 @@
"node": ">=4.2.0"
},
"files": [
"./bin",
"./lib",
"!./lib/enu",
"./LICENSE.txt",
"./README.md",
"./SECURITY.md",
"./ThirdPartyNoticeText.txt",
"bin",
"lib",
"!lib/enu",
"LICENSE.txt",
"README.md",
"SECURITY.md",
"ThirdPartyNoticeText.txt",
"!**/.gitattributes"
],
"devDependencies": {