Skip to content

Commit

Permalink
build(pkg): simplify exports
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Jan 31, 2024
1 parent b4318a0 commit 3bc9ff1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 60 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
".": {
"types": {
"import": "./dist/index.d.ts",
"require": "./cjs/index.d.cts"
"require": "./cjs/index.d.ts"
},
"import": "./dist/index.js",
"require": "./cjs/index.js",
Expand Down
59 changes: 0 additions & 59 deletions scripts/prepare-packages.js

This file was deleted.

0 comments on commit 3bc9ff1

Please sign in to comment.