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