Skip to content

Commit

Permalink
🔍 test: Upgrade ava.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 27, 2020
1 parent 39ac59b commit fc46975
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Expand Up @@ -7,7 +7,7 @@
"license": "AGPL-3.0",
"scripts": {
"build": "./node_modules/.bin/aureooms-node-package-build",
"test": "./node_modules/.bin/aureooms-node-package-test",
"test": "ava",
"esdoc": "esdoc"
},
"devDependencies": {
Expand All @@ -18,15 +18,14 @@
"@babel/polyfill": "7.8.7",
"@babel/preset-env": "7.9.5",
"@babel/register": "7.9.0",
"ava": "3.7.0",
"ava": "3.8.1",
"coveralls": "3.0.11",
"esdoc": "1.1.0",
"esdoc-inject-script-plugin": "1.0.0",
"esdoc-inject-style-plugin": "1.0.0",
"esdoc-standard-plugin": "1.0.0",
"np": "6.2.1",
"nyc": "15.0.1",
"xo": "0.29.1"
"nyc": "15.0.1"
},
"author": "aureooms",
"main": "js/dist/compare.js",
Expand Down

0 comments on commit fc46975

Please sign in to comment.