mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-16 15:51:35 -05:00
Use paths in package.json 'files' array that work with npm 6 and later.
This commit is contained in:
committed by
GitHub
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": {
|
||||
|
||||
Reference in New Issue
Block a user