From f9b436721c3ebb5a0fbf5c3fdd284c53f153d8a6 Mon Sep 17 00:00:00 2001 From: Burt <1020103647@qq.com> Date: Mon, 22 Jan 2024 10:34:41 +0800 Subject: [PATCH] docs: update package.json --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 621449c..f9e86ef 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { - "name": "vue3-uniapp-template", - "version": "0.0.0", - "description": "VSCode开发UniApp的最佳实践,Vue3+ts+Vite5+UnoCss+UniHelper+prettier+eslint+stylelint+husky+lint-staged+commitlint,自动格式化,ts的import顺序自动调整,scss文件的属性顺序自动排序。同时提供开箱即用的常用功能。", + "name": "unifly", + "version": "0.1.0", + "description": "VSCode开发UniApp的最佳模版,Vue3+ts+Vite5+UnoCss+UniHelper+prettier+eslint+stylelint+husky+lint-staged+commitlint,自动格式化,ts的import顺序自动调整,scss文件的属性顺序自动排序。同时提供开箱即用的常用功能。", "type": "commonjs", "author": { "name": "Burt", "zhName": "菲鸽", "email": "1020103647@qq.com", - "url": "https://github.com/fly-vue3-templates/vue3-uniapp-template", - "github": "https://github.com/fly-vue3-templates/vue3-uniapp-template", - "gitee": "https://gitee.com/fly-vue3-templates/vue3-uniapp-template" + "url": "https://github.com/codercup/unifly", + "github": "https://github.com/codercup/unifly", + "gitee": "https://gitee.com/codercup/unifly" }, "scripts": { "dev:app": "uni -p app",