Skip to content

Commit 549b542

Browse files
authoredSep 23, 2022
Use paths in package.json 'files' array that work with npm 6 and later.
1 parent 7f37d25 commit 549b542

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
"node": ">=4.2.0"
3030
},
3131
"files": [
32-
"./bin",
33-
"./lib",
34-
"!./lib/enu",
35-
"./LICENSE.txt",
36-
"./README.md",
37-
"./SECURITY.md",
38-
"./ThirdPartyNoticeText.txt",
32+
"bin",
33+
"lib",
34+
"!lib/enu",
35+
"LICENSE.txt",
36+
"README.md",
37+
"SECURITY.md",
38+
"ThirdPartyNoticeText.txt",
3939
"!**/.gitattributes"
4040
],
4141
"devDependencies": {

0 commit comments

Comments
 (0)