From 097a9cecbff4b2d997f38c2e0bcd5da781b492bb Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 21 Jun 2017 12:45:41 +0000 Subject: [PATCH 1/2] chore(package): update dependencies --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 495b82c..2bfc80f 100644 --- a/package.json +++ b/package.json @@ -24,14 +24,14 @@ }, "dependencies": {}, "devDependencies": { - "ava": "^0.16.0", + "ava": "^0.19.1", "babel-cli": "^6.18.0", "babel-polyfill": "^6.16.0", "babel-preset-latest": "^6.16.0", - "codeclimate-test-reporter": "^0.4.0", + "codeclimate-test-reporter": "^0.5.0", "coveralls": "^2.11.14", - "esdoc": "^0.4.8", - "nyc": "^8.4.0" + "esdoc": "^0.5.2", + "nyc": "^11.0.2" }, "homepage": "https://aureooms.github.io/js-codec-ascii", "keywords": ["ascii", "codec", "decode", "encode", "strings"], From 0e041b444f076c3e29f8ad83ab29a5f578a3d15f Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 21 Jun 2017 12:45:44 +0000 Subject: [PATCH 2/2] docs(readme): add Greenkeeper badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 03b137a..a2a055e 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,6 @@ See [docs](https://aureooms.github.io/js-codec-ascii/index.html). [![NPM downloads per month](https://img.shields.io/npm/dm/@aureooms/js-codec-ascii.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-codec-ascii) [![GitHub issues](https://img.shields.io/github/issues/aureooms/js-codec-ascii.svg?style=flat)](https://github.com/aureooms/js-codec-ascii/issues) [![Documentation](https://aureooms.github.io/js-codec-ascii/badge.svg)](https://aureooms.github.io/js-codec-ascii/source.html) + + +[![Greenkeeper badge](https://badges.greenkeeper.io/aureooms/js-codec-ascii.svg)](https://greenkeeper.io/) \ No newline at end of file