From 83f8942df9440bdcfe6c99ca0c294de6ffb5fc72 Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Mon, 19 Sep 2022 14:11:16 -0700 Subject: chore: template-oss@4.3.2 --- package.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'package.json') 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": { -- cgit v1.2.3