Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 76b06d7

Browse files
committed
chore: fix lint
1 parent 7241e0c commit 76b06d7

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,5 +1,6 @@
11
{
22
"name": "@vite-plugin-vue-devtools/monorepo",
3+
"version": "1.0.0-alpha.1",
34
"private": true,
45
"packageManager": "[email protected]",
56
"description": "A vite plugin for Vue DevTools",
@@ -80,6 +81,5 @@
8081
},
8182
"lint-staged": {
8283
"*": "eslint --fix"
83-
},
84-
"version": "1.0.0-alpha.1"
84+
}
8585
}

0 commit comments

Comments
 (0)