From b91d628c6687a6eeda12ba5f50cd5a1fbed96ddd Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 19 Aug 2019 22:03:16 +0200 Subject: [PATCH] 1.0.1 --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 50029b2..aee4600 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,15 @@ { "name": "split-filter-n", "description": "Like Array#filter, but lets you categorize an array into any amount of smaller arrays", - "version": "1.0.0", + "version": "1.0.1", "main": "index.js", "repository": "git@git.cryto.net:joepie91/node-split-filter-n.git", "author": "Sven Slootweg ", "license": "WTFPL OR CC0-1.0", - "keywords": ["array", "filter", "split", "multiple"] + "keywords": [ + "array", + "filter", + "split", + "multiple" + ] }