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/libnpmexec/package.json')
-rw-r--r--workspaces/libnpmexec/package.json14
1 files changed, 9 insertions, 5 deletions
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index 1b64d55a2..83bfd7766 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -34,20 +34,24 @@
"license": "ISC",
"scripts": {
"lint": "eslint \"**/*.js\"",
- "posttest": "npm run lint",
+ "posttest": "node ../.. run lint",
"test": "tap",
"snap": "tap",
"postlint": "template-oss-check",
- "lintfix": "npm run lint -- --fix",
+ "lintfix": "node ../.. run lint -- --fix",
"template-oss-apply": "template-oss-apply --force"
},
"tap": {
"color": true,
- "files": "test/*.js"
+ "files": "test/*.js",
+ "nyc-arg": [
+ "--exclude",
+ "tap-snapshots/**"
+ ]
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "4.1.2",
+ "@npmcli/template-oss": "4.2.0",
"bin-links": "^3.0.3",
"minify-registry-metadata": "^2.2.0",
"mkdirp": "^1.0.4",
@@ -71,7 +75,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "4.1.2",
+ "version": "4.2.0",
"content": "../../scripts/template-oss/index.js"
}
}