Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 5, 2022
1 parent 82527b0 commit c97360a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/vite-vue3/package.json
@@ -1,7 +1,7 @@
{
"name": "vite-vue3",
"private": true,
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -11,11 +11,11 @@
"vue": "^3.2.37"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.0",
"typescript": "^4.6.4",
"@unocss/core": "link:../../packages/core",
"@unocss/preset-attributify": "link:../../packages/preset-attributify",
"@unocss/preset-icons": "link:../../packages/preset-icons",
"@vitejs/plugin-vue": "^3.0.0",
"typescript": "^4.6.4",
"unocss": "link:../../packages/unocss",
"vite": "^3.0.0"
}
Expand Down

0 comments on commit c97360a

Please sign in to comment.