Compare commits

...

2 Commits

Author SHA1 Message Date
Sven Slootweg 4963375faf 1.0.1 4 years ago
Sven Slootweg 8cfe0a9b1c Fix package metadata 4 years ago

@ -1,9 +1,15 @@
{
"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",
"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 <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0"
}

Loading…
Cancel
Save