Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Harband <ljharb@gmail.com>2022-03-03 00:06:24 +0300
committerGitHub <noreply@github.com>2022-03-03 00:06:24 +0300
commit0cfc155db5f11ce23419e440111d99a63bf39754 (patch)
tree7b48865d3d70d07cb64a199c871b4ff37bed40dc
parent2b8f51e6d6c5a5cfb45a08cf768a31b3d5c7f36e (diff)
fix: set proper workspace repo urls in package.json (#4476)
-rw-r--r--docs/package.json3
-rw-r--r--workspaces/arborist/package.json3
-rw-r--r--workspaces/libnpmaccess/package.json3
-rw-r--r--workspaces/libnpmdiff/package.json6
-rw-r--r--workspaces/libnpmexec/package.json6
-rw-r--r--workspaces/libnpmfund/package.json6
-rw-r--r--workspaces/libnpmhook/package.json6
-rw-r--r--workspaces/libnpmorg/package.json3
-rw-r--r--workspaces/libnpmpack/package.json3
-rw-r--r--workspaces/libnpmpublish/package.json3
-rw-r--r--workspaces/libnpmsearch/package.json3
-rw-r--r--workspaces/libnpmteam/package.json3
-rw-r--r--workspaces/libnpmversion/package.json3
13 files changed, 38 insertions, 13 deletions
diff --git a/docs/package.json b/docs/package.json
index be36f202f..0e52bf2d4 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -9,7 +9,8 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/npm/cli"
+ "url": "https://github.com/npm/cli",
+ "directory": "workspaces/docs"
},
"devDependencies": {
"@mdx-js/mdx": "^1.6.22",
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index 6699cfa66..c9dee34b7 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -67,7 +67,8 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/npm/arborist"
+ "url": "https://github.com/npm/cli",
+ "directory": "workspaces/arborist"
},
"author": "GitHub Inc.",
"license": "ISC",
diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json
index c7069ac0f..7f0b335b3 100644
--- a/workspaces/libnpmaccess/package.json
+++ b/workspaces/libnpmaccess/package.json
@@ -25,7 +25,8 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/npm/libnpmaccess.git"
+ "url": "https://github.com/npm/cli",
+ "directory": "workspaces/libnpmaccess"
},
"bugs": "https://github.com/npm/libnpmaccess/issues",
"homepage": "https://npmjs.com/package/libnpmaccess",
diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json
index 5027afc35..883748ee6 100644
--- a/workspaces/libnpmdiff/package.json
+++ b/workspaces/libnpmdiff/package.json
@@ -2,7 +2,11 @@
"name": "libnpmdiff",
"version": "4.0.0",
"description": "The registry diff",
- "repository": "https://github.com/npm/libnpmdiff",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/npm/cli",
+ "directory": "workspaces/libnpmdiff"
+ },
"main": "lib/index.js",
"files": [
"bin",
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index a6a94b3ae..26cede0da 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -10,7 +10,11 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"description": "npm exec (npx) programmatic API",
- "repository": "https://github.com/npm/libnpmexec",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/npm/cli",
+ "directory": "workspaces/libnpmexec"
+ },
"keywords": [
"npm",
"npmcli",
diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json
index 02a2d18b1..8af2c2b11 100644
--- a/workspaces/libnpmfund/package.json
+++ b/workspaces/libnpmfund/package.json
@@ -7,7 +7,11 @@
"lib"
],
"description": "Programmatic API for npm fund",
- "repository": "https://github.com/npm/libnpmfund",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/npm/cli",
+ "directory": "workspaces/libnpmfund"
+ },
"keywords": [
"npm",
"npmcli",
diff --git a/workspaces/libnpmhook/package.json b/workspaces/libnpmhook/package.json
index 9ba3c936c..ad10da886 100644
--- a/workspaces/libnpmhook/package.json
+++ b/workspaces/libnpmhook/package.json
@@ -24,7 +24,11 @@
"tap": {
"check-coverage": true
},
- "repository": "https://github.com/npm/libnpmhook",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/npm/cli",
+ "directory": "workspaces/libnpmhook"
+ },
"keywords": [
"npm",
"hooks",
diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json
index 39ff2861d..707b53186 100644
--- a/workspaces/libnpmorg/package.json
+++ b/workspaces/libnpmorg/package.json
@@ -40,7 +40,8 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/npm/libnpmorg.git"
+ "url": "https://github.com/npm/cli",
+ "directory": "workspaces/libnpmorg"
},
"bugs": "https://github.com/npm/libnpmorg/issues",
"homepage": "https://npmjs.com/package/libnpmorg",
diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json
index d5de32580..586bd3153 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -34,7 +34,8 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/npm/libnpmpack.git"
+ "url": "https://github.com/npm/cli",
+ "directory": "workspaces/libnpmpack"
},
"bugs": "https://github.com/npm/libnpmpack/issues",
"homepage": "https://npmjs.com/package/libnpmpack",
diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json
index 4e7a237c5..c155df4cf 100644
--- a/workspaces/libnpmpublish/package.json
+++ b/workspaces/libnpmpublish/package.json
@@ -38,7 +38,8 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/npm/cli.git"
+ "url": "https://github.com/npm/cli",
+ "directory": "workspaces/libnpmpublish"
},
"bugs": "https://github.com/npm/cli/issues",
"homepage": "https://npmjs.com/package/libnpmpublish",
diff --git a/workspaces/libnpmsearch/package.json b/workspaces/libnpmsearch/package.json
index ec5e04815..0c14b707d 100644
--- a/workspaces/libnpmsearch/package.json
+++ b/workspaces/libnpmsearch/package.json
@@ -37,7 +37,8 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/npm/libnpmsearch.git"
+ "url": "https://github.com/npm/cli",
+ "directory": "workspaces/libnpmsearch"
},
"bugs": "https://github.com/npm/libnpmsearch/issues",
"homepage": "https://npmjs.com/package/libnpmsearch",
diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json
index bad3c7ec7..2861f74cb 100644
--- a/workspaces/libnpmteam/package.json
+++ b/workspaces/libnpmteam/package.json
@@ -24,7 +24,8 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/npm/libnpmteam.git"
+ "url": "https://github.com/npm/cli",
+ "directory": "workspaces/libnpmteam"
},
"files": [
"bin",
diff --git a/workspaces/libnpmversion/package.json b/workspaces/libnpmversion/package.json
index d26866271..16302f673 100644
--- a/workspaces/libnpmversion/package.json
+++ b/workspaces/libnpmversion/package.json
@@ -9,7 +9,8 @@
"description": "library to do the things that 'npm version' does",
"repository": {
"type": "git",
- "url": "git+https://github.com/npm/libnpmversion"
+ "url": "https://github.com/npm/cli",
+ "directory": "workspaces/libnpmversion"
},
"author": "GitHub Inc.",
"license": "ISC",