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:
authorGar <gar+gh@danger.computer>2022-03-02 21:57:47 +0300
committerGar <wraithgar@github.com>2022-03-02 23:15:15 +0300
commit7191d6e467bb3674133d34408d1bcedc83cc5971 (patch)
treeeeed3af849703e86104e25dec04182be65200ecc /workspaces/libnpmdiff
parentcf27ca8884387f2b82f8f6900a29e4e41693e774 (diff)
chore: @npmcli/template-oss@2.9.1
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 fbfc1eaf9..282a8387a 100644
--- a/workspaces/libnpmdiff/package.json
+++ b/workspaces/libnpmdiff/package.json
@@ -37,7 +37,8 @@
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
- "postlint": "npm-template-check"
+ "postlint": "npm-template-check",
+ "template-copy": "npm-template-copy --force"
},
"tap": {
"check-coverage": true
@@ -58,6 +59,6 @@
"tar": "^6.1.0"
},
"templateOSS": {
- "version": "2.4.3"
+ "version": "2.9.1"
}
}