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