vue-hook-optimizer 0.0.17 → 0.0.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-hook-optimizer",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "a tool that helps refactor and optimize hook abstractions in Vue components",
5
5
  "packageManager": "pnpm@8.6.12",
6
6
  "homepage": "https://github.com/zcf0508/vue-hook-optimizer",
@@ -64,6 +64,7 @@
64
64
  "dev": "nodemon",
65
65
  "dev:ext": "npm -C packages/vscode run dev",
66
66
  "build": "tsup",
67
+ "build:ext": "npm -C packages/vscode run build",
67
68
  "play": "npm -C packages/playground run dev",
68
69
  "lint": "eslint .",
69
70
  "test": "vitest",