Skip to content

Commit

Permalink
Use paths in package.json 'files' array that work with npm 6 and later.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRosenwasser committed Sep 23, 2022
1 parent 7f37d25 commit 549b542
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -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": {
Expand Down

0 comments on commit 549b542

Please sign in to comment.