Skip to content

Commit 8943d32

Browse files
committed
various maintenance
1 parent e7cfb33 commit 8943d32

3 files changed

Lines changed: 62 additions & 78 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Before opening a pull request
44

5+
- Be sure all tests pass: `npm t`.
6+
- Ensure good test coverage and write new tests if necessary: `npm run coverage`.
57
- Add your changes to `CHANGELOG.md`.
68

79
## Release process

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"ava": "6.4.1",
3333
"c8": "10.1.3",
3434
"eslint": "10.0.0",
35-
"eslint-plugin-ava": "15.1.0",
35+
"eslint-plugin-ava": "16.0.0",
3636
"express": "5.2.1",
3737
"proxyquire": "2.1.3",
3838
"standard": "17.1.2",

0 commit comments

Comments
 (0)