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
parentcf27ca8884387f2b82f8f6900a29e4e41693e774 (diff)
chore: @npmcli/template-oss@2.9.1
Diffstat (limited to 'workspaces')
-rw-r--r--workspaces/arborist/package.json5
-rw-r--r--workspaces/libnpmaccess/package.json5
-rw-r--r--workspaces/libnpmdiff/package.json5
-rw-r--r--workspaces/libnpmexec/package.json5
-rw-r--r--workspaces/libnpmfund/package.json5
-rw-r--r--workspaces/libnpmhook/package.json5
-rw-r--r--workspaces/libnpmorg/package.json5
-rw-r--r--workspaces/libnpmpack/package.json5
-rw-r--r--workspaces/libnpmpublish/package.json5
-rw-r--r--workspaces/libnpmsearch/package.json5
-rw-r--r--workspaces/libnpmteam/package.json5
-rw-r--r--workspaces/libnpmversion/package.json5
12 files changed, 36 insertions, 24 deletions
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index 520c45748..7a70ceca6 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -62,7 +62,8 @@
"benchmark": "node scripts/benchmark.js",
"benchclean": "rm -rf scripts/benchmark/*/",
"npmclilint": "npmcli-lint",
- "postlint": "npm-template-check"
+ "postlint": "npm-template-check",
+ "template-copy": "npm-template-copy --force"
},
"repository": {
"type": "git",
@@ -101,6 +102,6 @@
"!test/fixtures/*.js"
],
"templateOSS": {
- "version": "2.4.3"
+ "version": "2.9.1"
}
}
diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json
index 33085ffd7..67b86cd4a 100644
--- a/workspaces/libnpmaccess/package.json
+++ b/workspaces/libnpmaccess/package.json
@@ -15,7 +15,8 @@
"lintfix": "npm run lint -- --fix",
"prepublishOnly": "git push origin --follow-tags",
"snap": "tap",
- "posttest": "npm run lint"
+ "posttest": "npm run lint",
+ "template-copy": "npm-template-copy --force"
},
"devDependencies": {
"@npmcli/template-oss": "^2.4.2",
@@ -45,6 +46,6 @@
"lib"
],
"templateOSS": {
- "version": "2.4.3"
+ "version": "2.9.1"
}
}
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"
}
}
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index 9ce05bf96..45f1218ac 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -37,7 +37,8 @@
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"postlint": "npm-template-check",
- "lintfix": "npm run lint -- --fix"
+ "lintfix": "npm run lint -- --fix",
+ "template-copy": "npm-template-copy --force"
},
"tap": {
"color": true,
@@ -64,6 +65,6 @@
"walk-up-path": "^1.0.0"
},
"templateOSS": {
- "version": "2.4.3"
+ "version": "2.9.1"
}
}
diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json
index eae757f04..277a0a2df 100644
--- a/workspaces/libnpmfund/package.json
+++ b/workspaces/libnpmfund/package.json
@@ -36,7 +36,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
@@ -52,6 +53,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
- "version": "2.4.3"
+ "version": "2.9.1"
}
}
diff --git a/workspaces/libnpmhook/package.json b/workspaces/libnpmhook/package.json
index 8b749d180..1038249e3 100644
--- a/workspaces/libnpmhook/package.json
+++ b/workspaces/libnpmhook/package.json
@@ -18,7 +18,8 @@
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"snap": "tap",
- "posttest": "npm run lint"
+ "posttest": "npm run lint",
+ "template-copy": "npm-template-copy --force"
},
"tap": {
"check-coverage": true
@@ -45,6 +46,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
- "version": "2.4.3"
+ "version": "2.9.1"
}
}
diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json
index 913030066..3c70819a9 100644
--- a/workspaces/libnpmorg/package.json
+++ b/workspaces/libnpmorg/package.json
@@ -22,7 +22,8 @@
"posttest": "npm run lint",
"postlint": "npm-template-check",
"lintfix": "npm run lint -- --fix",
- "snap": "tap"
+ "snap": "tap",
+ "template-copy": "npm-template-copy --force"
},
"files": [
"bin",
@@ -51,6 +52,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
- "version": "2.4.3"
+ "version": "2.9.1"
}
}
diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json
index 579b4efa2..330ed50a1 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -21,7 +21,8 @@
"posttest": "npm run lint",
"postlint": "npm-template-check",
"lintfix": "npm run lint -- --fix",
- "snap": "tap"
+ "snap": "tap",
+ "template-copy": "npm-template-copy --force"
},
"tap": {
"check-coverage": true
@@ -46,6 +47,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
- "version": "2.4.3"
+ "version": "2.9.1"
}
}
diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json
index 2e15c08f1..0b8f9d9fe 100644
--- a/workspaces/libnpmpublish/package.json
+++ b/workspaces/libnpmpublish/package.json
@@ -23,7 +23,8 @@
"test": "tap",
"posttest": "npm run lint",
"postlint": "npm-template-check",
- "snap": "tap"
+ "snap": "tap",
+ "template-copy": "npm-template-copy --force"
},
"tap": {
"check-coverage": true
@@ -52,6 +53,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
- "version": "2.4.3"
+ "version": "2.9.1"
}
}
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"
}
}
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"
}
}
diff --git a/workspaces/libnpmversion/package.json b/workspaces/libnpmversion/package.json
index e0f5097a3..161f99d41 100644
--- a/workspaces/libnpmversion/package.json
+++ b/workspaces/libnpmversion/package.json
@@ -22,7 +22,8 @@
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"postlint": "npm-template-check",
- "lintfix": "npm run lint -- --fix"
+ "lintfix": "npm run lint -- --fix",
+ "template-copy": "npm-template-copy --force"
},
"tap": {
"coverage-map": "map.js",
@@ -45,6 +46,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
- "version": "2.4.3"
+ "version": "2.9.1"
}
}