[Pkg-javascript-commits] [node-lcov-parse] 41/45: 1.0.0

Bastien Roucariès rouca at moszumanska.debian.org
Wed Sep 6 09:46:19 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 80d039574ed9e9aea0c15840808aac82d14a231f
Author: Dav Glass <davglass at gmail.com>
Date:   Mon Jun 12 09:04:12 2017 -0500

    1.0.0
---
 package.json | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 6420858..66d2fcd 100644
--- a/package.json
+++ b/package.json
@@ -1,14 +1,16 @@
 {
   "name": "lcov-parse",
   "description": "Parse lcov results files and return JSON",
-  "version": "0.0.10",
+  "version": "1.0.0",
   "author": "Dav Glass <davglass at gmail.com>",
   "contributors": [
     "Alan Gutierrez <alan at prettyrobots.com>",
     "Gerard Escalante <gerard at saygo.ca>",
     "Daniel Howe <dhowe at swipeclock.com>"
   ],
-  "bin" : { "lcov-parse" : "./bin/cli.js" },
+  "bin": {
+    "lcov-parse": "./bin/cli.js"
+  },
   "bugs": {
     "url": "http://github.com/davglass/lcov-parse/issues"
   },

-- 
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