Skip to content

Commit

Permalink
Merge b035239 into 4d48728
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Feb 20, 2020
2 parents 4d48728 + b035239 commit 77d0018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
],
"license": "BSD-2-Clause",
"scripts": {
"test": "ava --timeout 2m",
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"docs": "documentation readme src/loglevel-mixin.mjs --section=API",
"lint": "documentation lint src/loglevel-mixin.mjs",
"test": "ava --timeout 2m"
"lint": "documentation lint src/loglevel-mixin.mjs"
},
"devDependencies": {
"ava": "^3.3.0",
Expand Down

0 comments on commit 77d0018

Please sign in to comment.