mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-10 17:05:58 -05:00
Use paths in package.json 'files' array that work with npm 6 and later. (#50930)
This commit is contained in:
committed by
GitHub
parent
f16ca7dd36
commit
4ab9e76fb7
14
package.json
14
package.json
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user