diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2c54b0d2..b6ec921a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # This file is automatically added by @npmcli/template-oss. Do not edit. -* @npm/cli-team +* @npm/cli-team @npm/cli-triage diff --git a/package.json b/package.json index 1c93161a..ee97a67d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.30.0", + "version": "5.0.0", "windowsCI": false, "macCI": false, "allowPaths": [ @@ -56,6 +56,6 @@ }, "devDependencies": { "@npmcli/eslint-config": "^6.0.0", - "@npmcli/template-oss": "4.30.0" + "@npmcli/template-oss": "5.0.0" } }