aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)AuthorFilesLines
2015-07-13package updated version + maintainers2.11.3Nick Merwin1-2/+4
README badges updates
2014-09-21version bump 2.11.2.Gregg Caines1-1/+1
2014-08-14Update request dependencyPeter deHaan1-1/+1
See mikeal/request#993
2014-07-07upgrade request to the latest.Gregg Caines1-3/+3
2014-07-03log at error level by default and only show others if --verbose switch is on.Gregg Caines1-1/+1
2014-06-22version bump 2.10.1.Gregg Caines1-1/+1
2014-05-24Merge pull request #52 from ilanbiala/patch-2Gregg Caines1-1/+1
Update package.json
2014-05-24upgrade istanbul.Gregg Caines1-1/+1
2014-04-07Update package.jsonIlan Biala1-1/+1
Fixes the NPM Warning about logdriver depending on a set version of NPM.
2014-03-17version bump 2.10.0Gregg Caines1-1/+1
2014-02-12version bump 2.8.0.Gregg Caines1-1/+1
2014-02-11Swap out yaml with js-yaml for Win compatGerard Escalante1-1/+1
2014-02-11Windows compat fixesGerard Escalante1-1/+1
Changed usage of '/' as root dir. Stopped tests from wiping out environment.
2014-02-03version bump 2.7.1Gregg Caines1-1/+1
2014-01-27version bump 2.7.0Gregg Caines1-1/+1
2013-12-19version bump 2.6.1.Gregg Caines1-3/+2
2013-12-05version bump 2.6.0Gregg Caines1-1/+1
2013-11-23version bump 2.5.0Gregg Caines1-1/+1
2013-11-23fixed merge conflicts in makefile. continuing work to switch coverage tool ↵Gregg Caines1-6/+3
to istanbul.
2013-11-15version bump 2.4.0.Gregg Caines1-1/+1
2013-09-06version bump 2.3.0Gregg Caines1-1/+1
2013-08-24removed exec-sync. version 2.2.0 candidateGregg Caines1-3/+2
2013-07-30version bump to 2.1.0cainus1-1/+1
2013-07-27use blanket instead of jscoverageGabe Hayes1-2/+6
2013-07-26fetch git data from command line gitGabe Hayes1-1/+2
- added exec-sync package to execute git commands - if a proper git hash is not passed, falls back to default values
2013-06-22better jenkins support. better git object population.cainus1-1/+1
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