Skip to content

Commit

Permalink
Merge pull request #458 from arlac77/npm-template-sync/1
Browse files Browse the repository at this point in the history
merge from arlac77/npm-package-template-esm-only
  • Loading branch information
arlac77 committed Oct 30, 2019
2 parents a632ccd + f259fa8 commit 1e85e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"license": "BSD-2-Clause",
"scripts": {
"cover": "c8 -x 'tests/**/*.mjs' --temp-directory build/tmp ava && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"docs": "documentation readme src/sftp-scheme.mjs --section=API",
"lint": "documentation lint src/sftp-scheme.mjs",
"posttest": "markdown-doctest",
Expand Down

0 comments on commit 1e85e88

Please sign in to comment.