Skip to content

Commit 00b2025

Browse files
committed
fix: 找不到模块“@snowdreamtech/vue-tui-editor”或其相应的类型声明。
Signed-off-by: sn0wdr1am <[email protected]>
1 parent 3ed5c15 commit 00b2025

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@snowdreamtech/vue-tui-editor",
33
"private": false,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"keywords": [
66
"vue",
77
"vue3",
@@ -33,7 +33,7 @@
3333
"dist",
3434
"types"
3535
],
36-
"types": "types/index.d.ts",
36+
"types": "types/main.d.ts",
3737
"scripts": {
3838
"dev": "vite",
3939
"build": "vue-tsc --noEmit true && vite build --emptyOutDir --minify false && vite build --mode minify --minify esbuild",
@@ -44,7 +44,7 @@
4444
"lint:stylelint": "stylelint --fix \"**/*.{vue,less,postcss,css,scss,sass,styl}\"",
4545
"lint:commitlint": "commitlint --edit",
4646
"prepare": "husky install",
47-
"publish": "npm publish --access public"
47+
"publish": "npm publish --access=public"
4848
},
4949
"dependencies": {
5050
"@toast-ui/editor": "^3.2.2",

0 commit comments

Comments
 (0)