mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
Merge branch 'downgrade-tap' into ci/update-ci
This commit is contained in:
commit
25a2e83e45
2150
package-lock.json
generated
2150
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -36,7 +36,7 @@
|
||||
"prepare": "is-ci || husky install",
|
||||
"pretest": "prettier --check \"**/*.*\" && eslint \"lib/**/*.js\" \"test/**/*.js\"",
|
||||
"prettier:fix": "prettier --write \"**/*.*\"",
|
||||
"test": "tap \"test/tap/**/*.js\" --cov --timeout=45",
|
||||
"test": "tap \"test/tap/**/*.js\" --cov --reporter=classic --timeout=45",
|
||||
"typings": "tsc -p types/tsconfig.json"
|
||||
},
|
||||
"directories": {
|
||||
@ -68,9 +68,14 @@
|
||||
"nyc": "^15.1.0",
|
||||
"prettier": "^1.19.1",
|
||||
"proxyquire": "^2.1.3",
|
||||
"tap": "^16.3.0",
|
||||
"tap": "^14.11.0",
|
||||
"typescript": "^4.7.4"
|
||||
},
|
||||
"overrides": {
|
||||
"tap@^14.11.0": {
|
||||
"nyc": "^15.1.0"
|
||||
}
|
||||
},
|
||||
"browser": {
|
||||
"os": false
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user