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:
Diffstat (limited to 'workspaces/libnpmteam/package.json')
-rw-r--r--workspaces/libnpmteam/package.json7
1 files changed, 2 insertions, 5 deletions
diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json
index 8f53bf5fd..2d5a91b5e 100644
--- a/workspaces/libnpmteam/package.json
+++ b/workspaces/libnpmteam/package.json
@@ -6,9 +6,6 @@
"license": "ISC",
"main": "lib/index.js",
"scripts": {
- "preversion": "npm test",
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags",
"lint": "eslint \"**/*.js\"",
"test": "tap",
"posttest": "npm run lint",
@@ -19,7 +16,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -42,6 +39,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"
}
}