From 8cfe0a9b1cb5d7a654258a8d11028d75ea45e0b3 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 27 May 2020 13:34:39 +0200 Subject: [PATCH] Fix package metadata --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }