From 32fec7273a5606c2e4c249fcce7f7886572dea07 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 17 Feb 2017 21:14:33 +0000 Subject: [PATCH 1/3] chore(package): update dependencies https://greenkeeper.io/ --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" From c7417acffb8ebb394401b08fcbf3ab9d3d700625 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 17 Feb 2017 21:14:34 +0000 Subject: [PATCH 2/3] docs(readme): add Greenkeeper badge https://greenkeeper.io/ --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bd25e1f..d781c18 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # I Know I Shouldn't +[![Greenkeeper badge](https://badges.greenkeeper.io/neogeek/iknowishouldnt.js.svg)](https://greenkeeper.io/) + > A micro-library that contains snippets of code useful for modifying strings and arrays. While it does modify the native prototype of String and Array, it does so with non-enumerable methods. [![](https://api.travis-ci.org/neogeek/iknowishouldnt.js.svg?style=flat)](https://travis-ci.org/neogeek/iknowishouldnt.js) From 8b72a30e34d68f4ae7b2f1d4b838d81988c1f238 Mon Sep 17 00:00:00 2001 From: Scott Doxey Date: Fri, 17 Feb 2017 20:08:59 -0500 Subject: [PATCH 3/3] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d781c18..94361dc 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # I Know I Shouldn't -[![Greenkeeper badge](https://badges.greenkeeper.io/neogeek/iknowishouldnt.js.svg)](https://greenkeeper.io/) - > A micro-library that contains snippets of code useful for modifying strings and arrays. While it does modify the native prototype of String and Array, it does so with non-enumerable methods. [![](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