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-08-31 23:04:09 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-08-31 23:32:57 +0300
commit6f08157d49d9df141351c78342920df2ef12920b (patch)
tree8223e975c5d0f85709015acdbe3fe77f72f24ff3 /package.json
parentf628431c8a79d7cf00987ca6372dc34d4fbadfcf (diff)
chore: use release please
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/package.json b/package.json
index 658d25087..6b2db7d8b 100644
--- a/package.json
+++ b/package.json
@@ -206,7 +206,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "3.7.1",
+ "@npmcli/template-oss": "3.8.0",
"fs-minipass": "^2.1.0",
"licensee": "^8.2.0",
"minimatch": "^5.1.0",
@@ -217,7 +217,7 @@
"scripts": {
"dependencies": "node scripts/bundle-and-gitignore-deps.js && node scripts/dependency-graph.js",
"dumpconf": "env | grep npm | sort | uniq",
- "preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"chore: update AUTHORS\" || true",
+ "authors": "bash scripts/update-authors.sh",
"licenses": "licensee --production --errors-only",
"test": "tap",
"test-all": "npm run test --if-present --workspaces --include-workspace-root",
@@ -231,7 +231,8 @@
"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"
+ "resetdeps": "bash scripts/resetdeps.sh",
+ "rp-pull-request": "npm run resetdeps && npm run authors"
},
"tap": {
"test-env": [
@@ -250,7 +251,8 @@
"templateOSS": {
"rootRepo": false,
"rootModule": false,
- "version": "3.7.1"
+ "version": "3.8.0",
+ "releaseTest": "release.yml"
},
"license": "Artistic-2.0",
"engines": {