mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 19:27:35 -06:00
Use paths in package.json 'files' array that work with npm 6 and later.
This commit is contained in:
parent
7f37d251fc
commit
549b5429d4
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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user