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:
authorLuke Karrys <luke@lukekarrys.com>2022-09-20 00:11:16 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-09-20 02:39:21 +0300
commit83f8942df9440bdcfe6c99ca0c294de6ffb5fc72 (patch)
tree79a71e8a972bce8f8b4bb894d09c92a100c718ee /workspaces/libnpmdiff
parente5761b9adafe8607ad68baa9599ad4eb228bc6be (diff)
chore: template-oss@4.3.2
Diffstat (limited to 'workspaces/libnpmdiff')
-rw-r--r--workspaces/libnpmdiff/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json
index c1665390b..80f020ccf 100644
--- a/workspaces/libnpmdiff/package.json
+++ b/workspaces/libnpmdiff/package.json
@@ -43,7 +43,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "4.1.2",
+ "@npmcli/template-oss": "4.3.2",
"tap": "^16.0.1"
},
"dependencies": {
@@ -58,6 +58,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "4.1.2"
+ "version": "4.3.2",
+ "content": "../../scripts/template-oss/index.js"
}
}