mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -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
packages/core
commons-api
file-locking
readme
streams
types
|
@ -12,11 +12,11 @@
|
||||||
"homepage": "https://verdaccio.org",
|
"homepage": "https://verdaccio.org",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/verdaccio/monorepo",
|
"url": "https://github.com/verdaccio/verdaccio",
|
||||||
"directory": "core/commons-api"
|
"directory": "packages/core/commons-api"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/verdaccio/monorepo/issues"
|
"url": "https://github.com/verdaccio/verdaccio/issues"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|
|
@ -12,11 +12,11 @@
|
||||||
"homepage": "https://verdaccio.org",
|
"homepage": "https://verdaccio.org",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/verdaccio/monorepo",
|
"url": "https://github.com/verdaccio/verdaccio",
|
||||||
"directory": "core/file-locking"
|
"directory": "packages/core/file-locking"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/verdaccio/monorepo/issues"
|
"url": "https://github.com/verdaccio/verdaccio/issues"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|
|
@ -15,11 +15,11 @@
|
||||||
"homepage": "https://verdaccio.org",
|
"homepage": "https://verdaccio.org",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/verdaccio/monorepo",
|
"url": "https://github.com/verdaccio/verdaccio",
|
||||||
"directory": "core/readme"
|
"directory": "packages/core/readme"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/verdaccio/monorepo/issues"
|
"url": "https://github.com/verdaccio/verdaccio/issues"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|
|
@ -13,11 +13,11 @@
|
||||||
"homepage": "https://verdaccio.org",
|
"homepage": "https://verdaccio.org",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/verdaccio/monorepo",
|
"url": "https://github.com/verdaccio/verdaccio",
|
||||||
"directory": "core/streams"
|
"directory": "packages/core/streams"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/verdaccio/monorepo/issues"
|
"url": "https://github.com/verdaccio/verdaccio/issues"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|
|
@ -12,11 +12,11 @@
|
||||||
"homepage": "https://verdaccio.org",
|
"homepage": "https://verdaccio.org",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/verdaccio/monorepo",
|
"url": "https://github.com/verdaccio/verdaccio",
|
||||||
"directory": "core/types"
|
"directory": "packages/core/types"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/verdaccio/monorepo/issues"
|
"url": "https://github.com/verdaccio/verdaccio/issues"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|
Loading…
Reference in a new issue