Skip to content

Commit

Permalink
update common-package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Shan committed Oct 10, 2023
1 parent 01a70d2 commit 0d96dd5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/common-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"sideEffects": false,
"types": "./index.d.ts",
"exports": {
"import": "./index.esm.js",
"require": "./index.js"
}
"module": "./index.esm.js",
"main": "./index.js",
"types": "./index.d.ts"
}

0 comments on commit 0d96dd5

Please # to comment.