diff --git a/.npmignore b/.npmignore deleted file mode 100644 index e5c8da9..0000000 --- a/.npmignore +++ /dev/null @@ -1,13 +0,0 @@ -test/ -tmp/ -.github/ -.documentup.json -.gitignore -.eslintrc -.eslintignore -.lgtm -.travis.yml -.gitattributes -appveyor.yml -RELEASE.md -CONTRIBUTING.md diff --git a/package.json b/package.json index cbb6357..462f7db 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,14 @@ "license": "BSD-3-Clause", "homepage": "http://github.com/shelljs/shelljs", "main": "./shell.js", + "files": [ + "global.js", + "make.js", + "plugin.js", + "shell.js", + "bin", + "src" + ], "scripts": { "posttest": "npm run lint", "test": "node scripts/run-tests && ava --serial ava-test/*.js",