Skip to content

Commit

Permalink
fix: remove types field in package.json (#75)
Browse files Browse the repository at this point in the history
The `types` folder is not generated anymore, per-file .d.ts files are used instead.
  • Loading branch information
axelboc authored and xobotyi committed May 20, 2021
1 parent 2a20eb8 commit 340e7d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
!/cjs
!/esm
!/esnext
!/types
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"esnext"
],
"main": "cjs/index.js",
"types": "types/index.d.ts",
"esnext": "esm/index.js",
"scripts": {
"build": "yarn build:cleanup && concurrently yarn:build:cjs yarn:build:esm yarn:build:esnext --kill-others-on-fail",
Expand Down

0 comments on commit 340e7d7

Please sign in to comment.