diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 5a9f256a7dc74..0000000000000 --- a/.npmignore +++ /dev/null @@ -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 diff --git a/package.json b/package.json index 30513a47bc9fc..1eb4d76c958be 100644 --- a/package.json +++ b/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",