vue-hook-optimizer 0.0.6 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-hook-optimizer",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
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",
@@ -62,7 +62,7 @@
62
62
  },
63
63
  "scripts": {
64
64
  "dev": "nodemon",
65
- "dev:ext": "npm -C vscode run dev",
65
+ "dev:ext": "npm -C packages/vscode run dev",
66
66
  "build": "tsup",
67
67
  "play": "npm -C packages/playground run dev",
68
68
  "lint": "eslint .",