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/libnpmsearch
parentcf27ca8884387f2b82f8f6900a29e4e41693e774 (diff)
chore: @npmcli/template-oss@2.9.1
Diffstat (limited to 'workspaces/libnpmsearch')
-rw-r--r--workspaces/libnpmsearch/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/workspaces/libnpmsearch/package.json b/workspaces/libnpmsearch/package.json
index ba296930c..695e90ffa 100644
--- a/workspaces/libnpmsearch/package.json
+++ b/workspaces/libnpmsearch/package.json
@@ -24,7 +24,8 @@
"lint": "eslint '**/*.js'",
"postlint": "npm-template-check",
"lintfix": "npm run lint -- --fix",
- "snap": "tap"
+ "snap": "tap",
+ "template-copy": "npm-template-copy --force"
},
"tap": {
"check-coverage": true
@@ -47,6 +48,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
- "version": "2.4.3"
+ "version": "2.9.1"
}
}