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