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

This commit is contained in:
Daniel Rosenwasser 2022-09-23 22:50:43 +00:00 committed by GitHub
parent 7f37d251fc
commit 549b5429d4

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": {