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 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"],