Skip to content

Commit

Permalink
🐛 Fix wrong types file path
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-m-santos committed Nov 24, 2023
1 parent 3f15758 commit 9f152dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"./scss": "./dist/scss/main.scss",
"./package.json": "./package.json"
},
"types": "./dist/types/index.d.ts",
"types": "./dist/@types/index.d.ts",
"scripts": {
"build": "NODE_ENV=production pnpm run build:vite && pnpm run build:font",
"build:vite": "vite build",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"./scss": "./dist/scss/main.scss",
"./package.json": "./package.json"
},
"types": "./dist/types/index.d.ts",
"types": "./dist/@types/index.d.ts",
"scripts": {
"build": "NODE_ENV=production pnpm run build:vite && pnpm run build:font",
"build:vite": "vite build",
Expand Down

0 comments on commit 9f152dc

Please sign in to comment.