diff --git a/README.md b/README.md index bd25e1f..94361dc 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![](https://api.travis-ci.org/neogeek/iknowishouldnt.js.svg?style=flat)](https://travis-ci.org/neogeek/iknowishouldnt.js) [![](https://david-dm.org/neogeek/iknowishouldnt.js/dev-status.svg?style=flat)](https://david-dm.org/neogeek/iknowishouldnt.js?type=dev) +[![Greenkeeper badge](https://badges.greenkeeper.io/neogeek/iknowishouldnt.js.svg)](https://greenkeeper.io/) +[![Latest Documentation](https://doxdox.org/images/badge-flat.svg)](https://doxdox.org/neogeek/iknowishouldnt.js) ## String.prototype.format diff --git a/package.json b/package.json index 4726a7e..4228999 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,9 @@ "version": "0.0.5", "main": "iknowishouldnt.js", "devDependencies": { - "@neogeek/eslint-config-standards": "1.6.2", - "eslint": "3.7.1", - "mocha": "3.1.0" + "@neogeek/eslint-config-standards": "1.13.0", + "eslint": "3.15.0", + "mocha": "3.2.0" }, "scripts": { "test": "eslint iknowishouldnt.js test/ && mocha test/**/*.js"