Skip to content

Commit

Permalink
4.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Mar 21, 2021
1 parent 9cedc97 commit f5b970c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "ava",
"version": "3.15.0",
"version": "4.0.0-alpha.1",
"description": "Node.js test runner that lets you develop with confidence.",
"license": "MIT",
"repository": "avajs/ava",
"homepage": "https://avajs.dev",
"bin": "cli.js",
"bin": {
"ava": "cli.js"
},
"engines": {
"node": ">=12.20 <13 || >=14.15 <15 || >=15"
},
Expand Down

0 comments on commit f5b970c

Please sign in to comment.