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/libnpmteam
parentcf27ca8884387f2b82f8f6900a29e4e41693e774 (diff)
chore: @npmcli/template-oss@2.9.1
Diffstat (limited to 'workspaces/libnpmteam')
-rw-r--r--workspaces/libnpmteam/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json
index 1c4633acc..5bb173a1f 100644
--- a/workspaces/libnpmteam/package.json
+++ b/workspaces/libnpmteam/package.json
@@ -14,7 +14,8 @@
"posttest": "npm run lint",
"postlint": "npm-template-check",
"lintfix": "npm run lint -- --fix",
- "snap": "tap"
+ "snap": "tap",
+ "template-copy": "npm-template-copy --force"
},
"devDependencies": {
"@npmcli/template-oss": "^2.4.2",
@@ -41,6 +42,6 @@
"check-coverage": true
},
"templateOSS": {
- "version": "2.4.3"
+ "version": "2.9.1"
}
}