vue-hook-optimizer 0.0.62 → 0.0.63
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vue-hook-optimizer",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.63",
|
4
4
|
"description": "a tool that helps refactor and optimize hook abstractions in Vue components",
|
5
5
|
"author": "zcf0508 <zcf0508@live.com>",
|
6
6
|
"license": "MIT",
|
@@ -67,7 +67,7 @@
|
|
67
67
|
"vis-network": "^9.1.9",
|
68
68
|
"vitest": "^1.5.2",
|
69
69
|
"vue-eslint-parser": "^9.4.2",
|
70
|
-
"eslint-plugin-vue-hook-optimizer": "0.0.
|
70
|
+
"eslint-plugin-vue-hook-optimizer": "0.0.63"
|
71
71
|
},
|
72
72
|
"scripts": {
|
73
73
|
"dev": "nodemon",
|