Merge branch 'downgrade-tap' into ci/update-ci

This commit is contained in:
Lam Wei Li 2022-07-26 03:20:53 +08:00
commit 25a2e83e45
No known key found for this signature in database
GPG Key ID: 90F6ABECF080D7BF
2 changed files with 1645 additions and 514 deletions

2150
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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
},