mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Use package.json files array instead of .npmignore (#50408)
This commit is contained in:
parent
f88117dd24
commit
6ee5db95c2
41
.npmignore
41
.npmignore
@ -1,41 +0,0 @@
|
||||
built
|
||||
doc
|
||||
Gulpfile.js
|
||||
internal
|
||||
jenkins.sh
|
||||
lib/README.md
|
||||
lib/enu
|
||||
netci.groovy
|
||||
scripts
|
||||
src
|
||||
tests
|
||||
Jakefile.js
|
||||
.devcontainer
|
||||
.eslintrc
|
||||
.eslintignore
|
||||
.editorconfig
|
||||
.failed-tests
|
||||
.git
|
||||
.git/
|
||||
.gitattributes
|
||||
.github/
|
||||
.gitmodules
|
||||
.settings/
|
||||
.travis.yml
|
||||
.circleci
|
||||
.vscode/
|
||||
.parallelperf.json
|
||||
.mailmap
|
||||
test.config
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
CONTRIBUTING.md
|
||||
TEST-results.xml
|
||||
.dockerignore
|
||||
Dockerfile
|
||||
.DS_Store
|
||||
.eslintrc.json
|
||||
.yarnrc
|
||||
tmp
|
||||
.eslintplugin.js
|
||||
.eslintcache
|
||||
11
package.json
11
package.json
@ -28,6 +28,17 @@
|
||||
"engines": {
|
||||
"node": ">=4.2.0"
|
||||
},
|
||||
"files": [
|
||||
"./bin",
|
||||
"./lib",
|
||||
"!./lib/enu",
|
||||
"./loc",
|
||||
"./AUTHORS.md",
|
||||
"./LICENSE.txt",
|
||||
"./README.md",
|
||||
"./SECURITY.md",
|
||||
"./ThirdPartyNoticeText.txt"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@octokit/rest": "latest",
|
||||
"@types/async": "latest",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user