Compare commits

...

2 Commits

@ -82,6 +82,10 @@ __If it's an optional feature, why does it come before the required `predicate`?
## Changelog
### 1.1.2 (February 17, 2020)
- Fixed repository URL in package.json
### 1.1.1 (August 25, 2019)
- Fixed `require` in documentation example.

@ -1,9 +1,9 @@
{
"name": "split-filter-n",
"description": "Like Array#filter, but lets you categorize an array into any amount of smaller arrays",
"version": "1.1.1",
"version": "1.1.2",
"main": "index.js",
"repository": "git@git.cryto.net:joepie91/node-split-filter-n.git",
"repository": "http://git.cryto.net/joepie91/node-split-filter-n.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"keywords": [

Loading…
Cancel
Save