Merge pull request #164 from mollerzhu/main

Modify a small alert( description is missed) when building.
This commit is contained in:
草鞋没号 2022-06-25 13:42:30 +08:00 committed by GitHub
commit 85f823bd6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
"name": "electron-vue-vite",
"version": "2.0.0",
"main": "dist/electron/main/index.js",
"description": "Really simple Electron + Vue + Vite boilerplate.",
"author": "草鞋没号 <308487730@qq.com>",
"license": "MIT",
"private": true,
@ -34,4 +35,4 @@
"vue3",
"vue"
]
}
}