Skip to content

Commit

Permalink
4.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Apr 6, 2021
1 parent bdf2cf0 commit 97525a9
Show file tree
Hide file tree
Showing 2 changed files with 4 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "ava",
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"description": "Node.js test runner that lets you develop with confidence.",
"license": "MIT",
"repository": "avajs/ava",
"homepage": "https://avajs.dev",
"bin": {
"ava": "./entrypoints/cli.mjs"
"ava": "entrypoints/cli.mjs"
},
"exports": {
".": {
Expand Down

0 comments on commit 97525a9

Please sign in to comment.