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 /workspaces/libnpmteam
parent2b8f51e6d6c5a5cfb45a08cf768a31b3d5c7f36e (diff)
fix: set proper workspace repo urls in package.json (#4476)
Diffstat (limited to 'workspaces/libnpmteam')
-rw-r--r--workspaces/libnpmteam/package.json3
1 files changed, 2 insertions, 1 deletions
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",