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