diff --git a/package.json b/package.json index f121320..de6b4de 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,14 @@ { "name": "do-arrays-intersect", - "version": "1.0.0", + "version": "1.0.1", "main": "index.js", "description": "Check whether arrays intersect without caring about the exact intersection, which is faster", - "keywords": ["array", "intersect", "common", "values"], + "keywords": [ + "array", + "intersect", + "common", + "values" + ], "repository": "http://git.cryto.net/joepie91/do-arrays-intersect.git", "author": "Sven Slootweg ", "license": "WTFPL OR CC0-1.0"