mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix urls in some packages/*/package.json (#1952)
This commit is contained in:
parent
fbd761c8ee
commit
82c2f4e03a
5 changed files with 15 additions and 15 deletions
|
@ -12,11 +12,11 @@
|
|||
"homepage": "https://verdaccio.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/verdaccio/monorepo",
|
||||
"directory": "core/commons-api"
|
||||
"url": "https://github.com/verdaccio/verdaccio",
|
||||
"directory": "packages/core/commons-api"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/verdaccio/monorepo/issues"
|
||||
"url": "https://github.com/verdaccio/verdaccio/issues"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -12,11 +12,11 @@
|
|||
"homepage": "https://verdaccio.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/verdaccio/monorepo",
|
||||
"directory": "core/file-locking"
|
||||
"url": "https://github.com/verdaccio/verdaccio",
|
||||
"directory": "packages/core/file-locking"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/verdaccio/monorepo/issues"
|
||||
"url": "https://github.com/verdaccio/verdaccio/issues"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -15,11 +15,11 @@
|
|||
"homepage": "https://verdaccio.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/verdaccio/monorepo",
|
||||
"directory": "core/readme"
|
||||
"url": "https://github.com/verdaccio/verdaccio",
|
||||
"directory": "packages/core/readme"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/verdaccio/monorepo/issues"
|
||||
"url": "https://github.com/verdaccio/verdaccio/issues"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -13,11 +13,11 @@
|
|||
"homepage": "https://verdaccio.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/verdaccio/monorepo",
|
||||
"directory": "core/streams"
|
||||
"url": "https://github.com/verdaccio/verdaccio",
|
||||
"directory": "packages/core/streams"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/verdaccio/monorepo/issues"
|
||||
"url": "https://github.com/verdaccio/verdaccio/issues"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -12,11 +12,11 @@
|
|||
"homepage": "https://verdaccio.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/verdaccio/monorepo",
|
||||
"directory": "core/types"
|
||||
"url": "https://github.com/verdaccio/verdaccio",
|
||||
"directory": "packages/core/types"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/verdaccio/monorepo/issues"
|
||||
"url": "https://github.com/verdaccio/verdaccio/issues"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
Loading…
Reference in a new issue