Skip to content

Commit b264463

Browse files
committed
2.2.0
1 parent 6bea261 commit b264463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuetify/vue-repl",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "Vue component for editing Vue components",
55
"packageManager": "[email protected]",
66
"type": "module",
@@ -36,7 +36,7 @@
3636
"build-preview": "vite build -c vite.preview.config.ts",
3737
"format": "prettier --write .",
3838
"release": "bumpp -r",
39-
"prepublishOnly": "npm run build && npm run build-types"
39+
"prepublishOnly": "npm run build"
4040
},
4141
"simple-git-hooks": {
4242
"pre-commit": "pnpm exec lint-staged --concurrent false"

0 commit comments

Comments
 (0)