From 0fdbfa1c0a2a77f72242ce24bf7683738873d24d Mon Sep 17 00:00:00 2001 From: wang <1509326266@qq.com> Date: Sat, 27 Jul 2024 00:56:49 +0800 Subject: [PATCH] feat(package): update homepage --- package.json | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index e4ba0c9..b7f1914 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ohh/react-auto-route", - "private": true, + "private": false, "version": "0.2.1", "type": "module", "description": "A plugin to create router elegantly", @@ -18,12 +18,12 @@ } ], "license": "MIT", - "homepage": "https://github.com/soybeanjs/elegant-router", + "homepage": "https://github.com/mufeng889/react-auto-route", "repository": { - "url": "https://github.com/mufeng889/react-soybean-admin.git" + "url": "https://github.com/mufeng889/react-auto-route.git" }, "bugs": { - "url": "https://github.com/mufeng889/react-soybean-admin/issues" + "url": "https://github.com/mufeng889/react-auto-route/issues" }, "publishConfig": { "registry": "https://registry.npmjs.org/" @@ -62,15 +62,10 @@ "types": "./dist/index.d.ts", "typesVersions": { "*": { - "*": [ - "./dist/*", - "./*" - ] + "*": ["./dist/*","./*"] } }, - "files": [ - "dist" - ], + "files": ["dist"], "scripts": { "dev": "vite", "build": "pnpm typecheck && pnpm unbuild", @@ -79,9 +74,9 @@ "cleanup": "soy cleanup", "commit": "soy git-commit", "lint": "eslint . --fix", - "publish-pkg": "pnpm -r publish --access public", + "publish-pkg": "pnpm -r publish --access public --no-git-checks", "release": "pnpm soy release", - "stub": "pnpm -r --parallel run stub", + "stub": "unbuild --stub", "typecheck": "tsc --noEmit --skipLibCheck", "update-pkg": "soy ncu" },