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