Skip to content

Commit

Permalink
fix: missing entry file issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Dec 3, 2022
1 parent 543dc23 commit 161b5a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"vite.config.js"
],
"typings": "typings/index.d.ts",
"main": "./dist/crawlab-ui.umd.min.js",
"module": "./dist/crawlab-ui.esm.min.js",
"main": "./dist/crawlab-ui.umd.cjs",
"module": "./dist/crawlab-ui.umd.cjs",
"exports": {
".": {
"import": "./dist/crawlab-ui.umd.cjs",
Expand Down

0 comments on commit 161b5a5

Please sign in to comment.