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 /package.json
parente5761b9adafe8607ad68baa9599ad4eb228bc6be (diff)
chore: template-oss@4.3.2
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 10 insertions, 9 deletions
diff --git a/package.json b/package.json
index 048ec7ee9..f5441bea2 100644
--- a/package.json
+++ b/package.json
@@ -206,7 +206,8 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "4.1.2",
+ "@npmcli/template-oss": "4.3.2",
+ "@octokit/rest": "^19.0.4",
"fs-minipass": "^2.1.0",
"licensee": "^8.2.0",
"minimatch": "^5.1.0",
@@ -223,16 +224,18 @@
"test-all": "npm run test --if-present --workspaces --include-workspace-root",
"snap": "tap",
"postsnap": "make -s docs",
- "test:nocleanup": "NO_TEST_CLEANUP=1 npm run test --",
- "sudotest": "sudo npm run test --",
- "sudotest:nocleanup": "sudo NO_TEST_CLEANUP=1 npm run test --",
+ "test:nocleanup": "NO_TEST_CLEANUP=1 node . run test --",
+ "sudotest": "sudo node . run test --",
+ "sudotest:nocleanup": "sudo NO_TEST_CLEANUP=1 node . run test --",
"posttest": "npm run lint",
"lint": "eslint \"**/*.js\"",
"lintfix": "npm run lint -- --fix",
"lint-all": "npm run lint --if-present --workspaces --include-workspace-root",
"prelint": "rimraf test/npm_cache*",
"resetdeps": "bash scripts/resetdeps.sh",
- "rp-pull-request": "npm run resetdeps && npm run authors"
+ "rp-pull-request": "node . run authors && node scripts/release-manager.js",
+ "postlint": "template-oss-check",
+ "template-oss-apply": "template-oss-apply --force"
},
"tap": {
"test-env": [
@@ -249,10 +252,8 @@
]
},
"templateOSS": {
- "rootRepo": false,
- "rootModule": false,
- "version": "4.1.2",
- "releaseTest": "release.yml"
+ "version": "4.3.2",
+ "content": "./scripts/template-oss/root.js"
},
"license": "Artistic-2.0",
"engines": {