Skip to content

Commit

Permalink
🤖 deps: Upgrade ava.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Jun 27, 2022
1 parent e31f44c commit 03bbcc7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"scripts": {
"test": "./node_modules/.bin/aureooms-node-package-test",
"test": "ava",
"build": "./node_modules/.bin/aureooms-node-package-build",
"build-docs": "esdoc"
"build-docs": "esdoc",
"lint": "true"
},
"description": "type checking code bricks for JavaScript",
"keywords": [
Expand All @@ -24,7 +25,7 @@
"@babel/register": "7.17.7",
"@commitlint/cli": "16.0.0",
"@js-library/commitlint-config": "0.0.4",
"ava": "3.15.0",
"ava": "4.3.0",
"babel-plugin-transform-remove-console": "6.9.4",
"babel-plugin-unassert": "3.2.0",
"babel-preset-power-assert": "3.0.0",
Expand Down

0 comments on commit 03bbcc7

Please sign in to comment.