From b4cc9cf615210b2721462998d736c678aeb5778f Mon Sep 17 00:00:00 2001 From: Shinnosuke Watanabe Date: Mon, 8 May 2017 10:46:56 +0900 Subject: [PATCH] 1.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a504e8e..b302a95 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "find-indexes", - "version": "1.0.0", - "description": "Like Array#findIndex but return all indexes", + "version": "1.0.1", + "description": "Like Array#findIndex() but return all indexes", "repository": "shinnn/find-indexes", "author": "Shinnosuke Watanabe (https://github.com/shinnn)", "scripts": {