Skip to content

Commit

Permalink
fix(types): HstVue not found in vue plugin, fix #449
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 10, 2023
1 parent 7d1c2e4 commit fd72c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/histoire-plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"default": "./src/client/server.ts"
},
".": {
"types": "./dist/index.d.ts",
"types": "./dist/index.node.d.ts",
"node": "./dist/index.node.js",
"default": "./dist/index.js"
},
"./*": "./*"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"types": "dist/index.node.d.ts",
"scripts": {
"build": "rimraf dist && vite build && tsc -d -P tsconfig.build.json && pnpm run build:types",
"build:types": "tsc --declaration --emitDeclarationOnly",
Expand Down

0 comments on commit fd72c48

Please sign in to comment.