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:
Diffstat (limited to 'docs/package.json')
-rw-r--r--docs/package.json13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/package.json b/docs/package.json
index 74c575337..7e9c4038c 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -22,7 +22,7 @@
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/fs": "^2.1.0",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "4.1.2",
+ "@npmcli/template-oss": "4.3.2",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
@@ -51,14 +51,15 @@
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"distPaths": [
- "bin/",
- "lib/",
"content/",
"nav.yml"
],
- "ciVersions": [
- "16"
+ "allowPaths": [
+ "/content/",
+ "/nav.yml"
],
- "version": "4.1.2"
+ "ciVersions": "latest",
+ "version": "4.3.2",
+ "content": "../scripts/template-oss/index.js"
}
}