Skip to content

Commit

Permalink
fix: fix build (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang authored Feb 10, 2023
1 parent 428e4e2 commit 88b73d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"url": "git+https://github.com/react-restart/ui.git"
},
"license": "MIT",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/esm/index.d.ts",
"exports": {
".": {
"types": "./esm/index.d.ts",
Expand Down

0 comments on commit 88b73d2

Please sign in to comment.