aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)AuthorFilesLines
2013-06-22improved testing.cainus1-1/+1
2013-06-21better docs. version 2.0.14.cainus1-1/+2
2013-06-20make plain old `npm test` just run unit tests.cainus1-1/+1
2013-06-19add jshint.cainus1-1/+2
2013-06-08add some tests. version bump to 2.0.13.cainus1-2/+3
2013-06-07use a native js yaml parser instead of a C libraryArpad Borsos1-1/+1
2013-06-02removed some stray console.logs remaining.cainus1-1/+1
2013-06-02fixed logger bug in the last published version preventing --verbose from ↵cainus1-2/+3
working. version bump to 2.0.11.
2013-06-02version bump to 2.0.10cainus1-1/+1
2013-06-02use log-driver for logging levels.cainus1-1/+2
2013-05-29refactored for better testability.cainus1-3/+5
2013-05-24version bump 2.0.9cainus1-1/+1
2013-05-24version bump 2.0.8cainus1-2/+4
2013-05-24Supporting command-line usage outside of Travis-CIelliottcable1-0/+1
2013-04-15version bump 2.0.7cainus1-1/+1
2013-04-07clean-up of package.json a bit.cainus1-32/+44
2013-04-07version bump 2.0.6cainus1-1/+1
2013-04-07Upgrade `lcov-parse` to 0.0.4.Alan Gutierrez1-1/+1
The `lcov-parse` module has been updated to parse `lcov.info` files that contain no branches but do contain branch summaries. There is no mention of whether or not branch summaries should be omitted when there are no branches. The author of `lcov-parse` assumed this was the case based on output from a program in his tool chain. Istanbul, on the other hand, produces branch summaries even if the source contains no branches. The `genhtml` utility that comes with `lcov` happily parses Istanbul output, but `lcov-parse` 0.0.3 would not. `lcov-parse` 0.0.4 will parse Istanbul `lcov` output. This commit updates the `package.json` dependencies to include `lcov-parse` 0.0.4. It is probably best to continue to use specific version numbers for `lcov-parse` as it appears to be in its early days. See: https://github.com/davglass/lcov-parse/issues/3.
2013-03-28using lcov-parse lib. version bump 2.0.5cainus1-2/+3
2013-03-28fix README. fix off-by-one error. version bump 2.0.4.cainus1-1/+1
2013-03-28by default, use cwd() for path.cainus1-1/+1
2013-03-28fix pathing issues?cainus1-1/+1
2013-03-28allow lib path to be passed as an arg.cainus1-1/+1
2013-03-27changed to use lcov input format only.cainus1-4/+2
2013-03-23version bump 1.1.3cainus1-1/+1
2013-03-23cleaned up some output, removed dead code.cainus1-1/+1
2013-03-23cleaned oput default travis job id.cainus1-1/+1
2013-03-21fixed package.json.cainus1-2/+2
2013-03-21working-ish!cainus1-1/+4
2013-03-14prototype work in progress.cainus1-0/+32