Fix repository URL in package.json

master
Sven Slootweg 4 years ago
parent ae9995707e
commit 348b7c692c

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

@ -3,7 +3,7 @@
"description": "Like Array#filter, but you get to keep both pieces",
"version": "1.1.2",
"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