Skip to content

Commit

Permalink
fix: remove unneeded "source" key from package.json exports (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
nthurow authored Mar 26, 2024
1 parent 70ba0b8 commit 9e5fa01
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
},
"exports": {
".": {
"source": {
"types": "./index.ts",
"default": "./index.ts"
},
"require": {
"types": "./build/types/cjs/index.d.ts",
"default": "./build/cjs/index.js"
Expand Down

0 comments on commit 9e5fa01

Please sign in to comment.