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-02 00:16:12 +0300
committerGitHub <noreply@github.com>2022-09-02 00:16:12 +0300
commit4bc702912487117e5c5316b0052917950464f278 (patch)
treed23ba10bc989487901c21db9c8d39db5f8b1fecd /workspaces/arborist/package.json
parent68e1677483d34d0b4662fb93455a2d024163c2d2 (diff)
chore: @npmcli/template-oss@3.8.1 (#5461)
Diffstat (limited to 'workspaces/arborist/package.json')
-rw-r--r--workspaces/arborist/package.json7
1 files changed, 2 insertions, 5 deletions
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index 206d44451..b7cd92ba4 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -42,7 +42,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"benchmark": "^2.1.4",
"chalk": "^4.1.0",
"minify-registry-metadata": "^2.1.0",
@@ -56,9 +56,6 @@
"snap": "tap",
"postsnap": "npm run lintfix",
"test-proxy": "ARBORIST_TEST_PROXY=1 tap --snapshot",
- "preversion": "npm test",
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags",
"eslint": "eslint",
"lint": "eslint \"**/*.js\"",
"lintfix": "npm run lint -- --fix",
@@ -103,6 +100,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.8.0"
+ "version": "3.8.1"
}
}