Skip to content

Commit

Permalink
refactor: update homepage link
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Oct 15, 2023
1 parent 81eb3a1 commit 000db0a
Show file tree
Hide file tree
Showing 34 changed files with 34 additions and 40 deletions.
8 changes: 1 addition & 7 deletions monoman.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,7 @@ export default defineConfig([
]
}
data.license = 'MIT'
if (pkgName === 'define-options') {
data.homepage =
'https://github.com/vue-macros/vue-macros/tree/main/packages/define-options#readme'
} else {
data.homepage = 'https://github.com/vue-macros/vue-macros#readme'
}

data.homepage = 'https://vue-macros.dev'
data.bugs = { url: 'https://github.com/vue-macros/vue-macros/issues' }
data.repository = {
type: 'git',
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"api"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"astro"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/better-define/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"unplugin"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/boolean-prop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"boolean-prop"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/chain-call/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"unplugin"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"common"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/define-emit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"unplugin"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/define-models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"unplugin"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/define-options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"unplugin"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros/tree/main/packages/define-options#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/define-prop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"unplugin"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/define-props-refs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"unplugin"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/define-props/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"unplugin"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/define-render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"unplugin"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/define-slots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"unplugin"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devtools"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"eslint-config"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/export-expose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"unplugin"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/export-props/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"unplugin"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/export-render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"unplugin"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hoist-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"unplugin"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/jsx-directive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"unplugin"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/macros/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"unplugin"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/named-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"unplugin"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"nuxt"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/reactivity-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"unplugin"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/setup-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"unplugin"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/setup-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"unplugin"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/setup-sfc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"unplugin"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/short-bind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"short-bind"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/short-emits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"unplugin"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/short-vmodel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"short-vmodel"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test-utils"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/volar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"volar"
],
"license": "MIT",
"homepage": "https://github.com/vue-macros/vue-macros#readme",
"homepage": "https://vue-macros.dev/",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
Expand Down

0 comments on commit 000db0a

Please sign in to comment.