Skip to content

Commit

Permalink
chore: fix dev mode
Browse files Browse the repository at this point in the history
Signed-off-by: Shyrro <[email protected]>
  • Loading branch information
Shyrro committed Jun 3, 2023
1 parent d9a3bda commit 02e56d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
12 changes: 1 addition & 11 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
"name": "@chakra-ui/vue-next",
"version": "2.1.0-beta.11",
"description": "Vue 3 compatible version of Chakra UI Vue",
"main": "dist/index.js",
"main": "./index.ts",
"clean-package": "../../clean-package.config.json",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
Expand Down Expand Up @@ -84,14 +83,5 @@
},
"publishConfig": {
"access": "public"
},
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"default": "./dist/index.mjs"
}
}
}
6 changes: 5 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 02e56d8

Please sign in to comment.