[Pkg-javascript-commits] [node-lcov-parse] 07/45: Version Bump

Bastien Roucariès rouca at moszumanska.debian.org
Wed Sep 6 09:46:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-lcov-parse.

commit 5af8b80e4ffe01c0fd8f03332a0ad5f444c5bcb6
Author: Dav Glass <davglass at gmail.com>
Date:   Tue Jan 15 15:16:20 2013 -0600

    Version Bump
---
 package.json | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 4a79940..435bdb4 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
     "name": "lcov-parse",
     "description": "Parse lcov results files and return JSON",
-    "version": "0.0.1",
+    "version": "0.0.2",
     "author": "Dav Glass <davglass at gmail.com>",
     "bugs": { "url" : "http://github.com/davglass/lcov-parse/issues" },
     "main": "./lib/index",
@@ -12,10 +12,14 @@
         "parser"
     ],
     "devDependencies": {
-        "vows": "*"
+        "yui-lint": "~0.1.1",
+        "jshint": "~0.9.0",
+        "istanbul": "~0.1.8",
+        "vows": "*" 
     },
     "scripts": {
-        "test": "./node_modules/.bin/vows ./tests/*.js"
+        "pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/",
+        "test": "istanbul cover --print both vows -- --spec ./tests/*.js"
     },
     "licenses":[
         {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-lcov-parse.git



More information about the Pkg-javascript-commits mailing list