aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)AuthorFilesLines
2016-02-26version bump2.11.8Nick Merwin1-1/+1
2016-02-26added gitlab-ci supportNick Merwin1-1/+1
2015-12-10Merge branch 'master' of github.com:nickmerwin/node-coverallsNick Merwin1-1/+2
2015-12-10version bumpNick Merwin1-1/+1
2015-12-10Use minimist to parse command line optionsAnna Henningsen1-1/+2
The command line options are made available as a object via `index.options`
2015-12-10version bump2.11.5Nick Merwin1-1/+1
2015-12-10Merge pull request #92 from kemitchell/spdx-licenseNick Merwin1-1/+1
Use a Standard-Compliant License Identifier
2015-12-04Resolve Lodash deprecation warningRussell Dempsey1-1/+1
coveralls@^2.6.1 resolves to [email protected], depends on [email protected] - https://github.com/nickmerwin/node-coveralls/blob/master/package.json#L35 [email protected] depends on form-data@~0.1.0 - https://github.com/request/request/blob/v2.40.0/package.json#L33 (so does 3.0, watch out) form-data@~0.1.0 resolves to @0.1.4, depends on async0.9.2 - https://github.com/form-data/form-data/blob/0.1.4/package.json#L20 async0.9.2 depends on deprecated [email protected] - https://github.com/caolan/async/blob/0.9.2/package.json#L28 coveralls@master also depends on [email protected] and should be updated to - https://github.com/request/request/blob/v2.67.0/package.json#L29
2015-10-12use a valid SPDX license identifierKyle Mitchell1-1/+1
2015-08-12version bumpNick Merwin1-1/+1
2015-07-18updated package.json repoNick Merwin1-2/+2
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