Skip to content

Commit

Permalink
Merge pull request #379 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 65e0062 + 24c3a3c commit a9b1e49
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 @@ -19,7 +19,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/svn-repository-provider.mjs --section=API",
"lint": "documentation lint src/svn-repository-provider.mjs",
"posttest": "markdown-doctest && npm run prepare",
Expand Down

0 comments on commit a9b1e49

Please sign in to comment.