From 394d13d5a7857cf9b391ae6e031c5681d2719b59 Mon Sep 17 00:00:00 2001 From: s2 Date: Sat, 13 Jul 2019 15:43:41 +0200 Subject: [PATCH] 1.1.1 --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0b69440..72fae27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "secure-random-string", - "version": "1.1.0", + "version": "1.1.1", "description": "Generates a secure random string with a given length", "main": "lib/secure-random-string.js", "scripts": { @@ -19,7 +19,9 @@ "token" ], "author": "Simon Santoro", - "contributors": ["Mark Stosberg "], + "contributors": [ + "Mark Stosberg " + ], "license": "MIT", "bugs": { "url": "https://github.com/S2-/securerandomstring/issues"