Skip to content

Commit f6ba674

Browse files
committed
chore: Check error result, synchronise package lock
1 parent 1f8ee43 commit f6ba674

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Place your settings in this file to overwrite default and user settings.
22
{
33
"files.exclude": {
4-
".nyc_output": true,
54
"node_modules": true
65
},
76
"search.exclude": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"scripts": {
3232
"pretest": "npm run lint",
3333
"test": "c8 mocha",
34-
"posttest": "c8 --no-clean npm run examples",
34+
"posttest": "c8 --no-clean npm run examples || echo \"\"",
3535
"lint": "eslint --fix **/*.js",
3636
"lint:fix": "prettier --write index.js lib/**/*.js test/**/*.js",
3737
"examples": "gulp valid && gulp one || gulp two || gulp three || gulp all"
@@ -51,11 +51,11 @@
5151
"through2": "4.0.2"
5252
},
5353
"devDependencies": {
54-
"c8": "^7.11.2",
54+
"c8": "7.11.2",
5555
"eslint": "8.14.0",
5656
"eslint-config-standard": "17.0.0",
5757
"eslint-plugin-import": "2.26.0",
58-
"eslint-plugin-n": "^15.2.0",
58+
"eslint-plugin-n": "15.2.0",
5959
"eslint-plugin-node": "11.1.0",
6060
"eslint-plugin-promise": "6.0.0",
6161
"eslint-plugin-standard": "4.1.0",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)