From c613e41a1a0007ab32120f534a5764ce74c4ed49 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sun, 18 Nov 2018 07:49:47 +0000 Subject: [PATCH 1/2] chore(package): update dependencies --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 20d4a9e..8bdb4e5 100644 --- a/package.json +++ b/package.json @@ -26,11 +26,11 @@ "url": "https://github.com/andreaspizsa/node-random-strings/issues" }, "devDependencies": { - "vows": "~0.7.0", - "coffee-script": "1.2.0", - "should": "~2.1.1", - "grunt": "~0.4.2", - "load-grunt-tasks": "~0.2.1", - "grunt-contrib-coffee": "~0.8.0" + "vows": "~0.8.2", + "coffee-script": "1.12.7", + "should": "~13.2.3", + "grunt": "~1.0.3", + "load-grunt-tasks": "~4.0.0", + "grunt-contrib-coffee": "~2.0.0" } } From 529d7845d29a3af162f9d81d8690de558bc626ab Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sun, 18 Nov 2018 07:49:50 +0000 Subject: [PATCH 2/2] docs(readme): add Greenkeeper badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a0de37..443f5a5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# random-strings 0.0.1 [![Build Status](https://travis-ci.org/AndreasPizsa/node-random-strings.png?branch=master)](https://travis-ci.org/AndreasPizsa/node-random-strings) +# random-strings 0.0.1 [![Build Status](https://travis-ci.org/AndreasPizsa/node-random-strings.png?branch=master)](https://travis-ci.org/AndreasPizsa/node-random-strings) [![Greenkeeper badge](https://badges.greenkeeper.io/AndreasPizsa/node-random-strings.svg)](https://greenkeeper.io/) ## Fast, beautiful, unique random Strings for node - __Fast.__ Integers only, no floating point operations. <3 your CPU!