We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bea261 commit b264463Copy full SHA for b264463
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vuetify/vue-repl",
3
- "version": "2.1.1",
+ "version": "2.2.0",
4
"description": "Vue component for editing Vue components",
5
"packageManager": "[email protected]",
6
"type": "module",
@@ -36,7 +36,7 @@
36
"build-preview": "vite build -c vite.preview.config.ts",
37
"format": "prettier --write .",
38
"release": "bumpp -r",
39
- "prepublishOnly": "npm run build && npm run build-types"
+ "prepublishOnly": "npm run build"
40
},
41
"simple-git-hooks": {
42
"pre-commit": "pnpm exec lint-staged --concurrent false"
0 commit comments