diff --git a/client/.npmignore b/client/.npmignore index e1e4568..0b9eb6e 100644 --- a/client/.npmignore +++ b/client/.npmignore @@ -1,18 +1,8 @@ -tests -coverage -jest.config.ts - -.github - *.md -.huskyrc.json -.lintstagedrc.json -.eslintignore -.eslintrc.json -.prettierignore -.prettierrc.json +webpack.config.d.ts yarn-error.log -src \ No newline at end of file +src +!dist/src \ No newline at end of file diff --git a/client/package.json b/client/package.json index 19fa1d2..725fce1 100644 --- a/client/package.json +++ b/client/package.json @@ -8,8 +8,8 @@ "colab", "Actually Colab" ], - "main": "dist/index.js", - "types": "dist/src/index.d.ts", + "main": "./dist/index.js", + "types": "./dist/src/index.d.ts", "repository": "https://github.com/actually-colab/editor", "author": "Bailey Tincher ", "license": "BUSL-1.1",