Fix repository URL in package.json

master
Sven Slootweg 4 years ago
parent 3626ff929c
commit 4544c6834e

@ -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.

@ -3,7 +3,7 @@
"description": "Like Array#filter, but lets you categorize an array into any amount of smaller arrays",
"version": "1.1.1",
"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