We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26adea4 commit b8a67aaCopy full SHA for b8a67aa
package.json
@@ -1,9 +1,14 @@
1
{
2
"name": "vite-template-starter",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "A vite-based front-end startup template generator.",
5
"author": "zuojt <zuojt2022@gmail.com> (https://github.com/Zuojiangtao)",
6
"license": "ISC",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/Zuojiangtao/create-vite-starter.git"
10
+ },
11
+ "homepage": "https://github.com/Zuojiangtao/create-vite-starter#readme",
12
"keywords": [
13
"vue",
14
"react",
0 commit comments