diff --git a/.npmignore b/.npmignore deleted file mode 100644 index ec1d82a50..000000000 --- a/.npmignore +++ /dev/null @@ -1,12 +0,0 @@ -# This file required to override .gitignore when publishing to npm -src/ -tests/ -*.test.ts - -tsconfig.json -jest.config.js -.eslintrc.js -.prettierrc - -website/ -plugins/ diff --git a/package.json b/package.json index 350493683..c10721372 100644 --- a/package.json +++ b/package.json @@ -76,6 +76,11 @@ "git-proxy": "./dist/index.js", "git-proxy-all": "concurrently 'npm run server' 'npm run client'" }, + "files": [ + "dist", + "config.schema.json", + "NOTICE" + ], "workspaces": [ "./packages/git-proxy-cli" ],