Compare commits

...

2 Commits

@ -43,6 +43,10 @@ It's strongly recommended to use [array destructuring](https://developer.mozilla
## Changelog
### 1.1.3 (February 17, 2020)
- Fixed repository URL in package.json
### 1.1.2 (August 26, 2019)
- Fixed changelog formatting

@ -1,9 +1,9 @@
{
"name": "split-filter",
"description": "Like Array#filter, but you get to keep both pieces",
"version": "1.1.2",
"version": "1.1.3",
"main": "index.js",
"repository": "git@git.cryto.net:joepie91/node-split-filter.git",
"repository": "http://git.cryto.net/joepie91/node-split-filter.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"keywords": [

Loading…
Cancel
Save