Skip to content

Commit

Permalink
feat(package): update homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
mufeng889 committed Jul 26, 2024
1 parent eb5270c commit 0fdbfa1
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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/"
Expand Down Expand Up @@ -62,15 +62,10 @@
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./*"
]
"*": ["./dist/*","./*"]
}
},
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"dev": "vite",
"build": "pnpm typecheck && pnpm unbuild",
Expand All @@ -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"
},
Expand Down

0 comments on commit 0fdbfa1

Please sign in to comment.