[Pkg-javascript-commits] [node-read-only-stream] 08/22: coverage
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Aug 20 13:52:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-read-only-stream.
commit 2e8f42739e5c7d76169ac14b7e479313d02f6d74
Author: James Halliday <mail at substack.net>
Date: Mon Sep 8 11:26:41 2014 +0100
coverage
---
package.json | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index b23f895..fe3b1dd 100644
--- a/package.json
+++ b/package.json
@@ -10,10 +10,12 @@
"devDependencies": {
"concat-stream": "^1.4.6",
"tape": "^2.13.2",
- "through2": "~0.6.1"
+ "through2": "~0.6.1",
+ "covert": "^1.0.0"
},
"scripts": {
- "test": "tape test/*.js"
+ "test": "tape test/*.js",
+ "coverage": "covert test/*.js"
},
"repository": {
"type": "git",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-read-only-stream.git
More information about the Pkg-javascript-commits
mailing list