Skip to content

Commit

Permalink
Fix packaging for type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
baileytincher committed Apr 29, 2021
1 parent 5dae1ec commit d402900
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
16 changes: 3 additions & 13 deletions client/.npmignore
Original file line number Diff line number Diff line change
@@ -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
src
!dist/src
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <bailey@actuallycolab.org>",
"license": "BUSL-1.1",
Expand Down

0 comments on commit d402900

Please sign in to comment.