Compare commits

..

No commits in common. '4963375faf44f96cfe33c06e34425b2071db2774' and '2213ddfbe102a254fed3d9fdf7f6e9af32f477cc' have entirely different histories.

@ -1,15 +1,9 @@
{
"name": "do-arrays-intersect",
"version": "1.0.1",
"version": "1.0.0",
"main": "index.js",
"description": "Check whether arrays intersect without caring about the exact intersection, which is faster",
"keywords": [
"array",
"intersect",
"common",
"values"
],
"repository": "http://git.cryto.net/joepie91/do-arrays-intersect.git",
"repository": "git@git.cryto.net:joepie91/do-arrays-intersect.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0"
}

Loading…
Cancel
Save