Fix changelog and repository URL in package.json

master
Sven Slootweg 4 years ago
parent 27f2a1766c
commit 51da1feddc

@ -75,4 +75,14 @@ Returns a new `delayer` function.
Returns a new Promise that will resolve at the next scheduled interval, according to the algorithm described at the top of this documentation.
The Promise will never reject.
The Promise will never reject.
## Changelog
### v1.0.1 (February 17, 2020)
- Fixed repository URL in package.json
### v1.0.0 (April 23, 2019)
Initial release.

@ -2,7 +2,7 @@
"name": "@joepie91/promise-delay-every",
"version": "1.0.0",
"main": "index.js",
"repository": "git@git.cryto.net:joepie91/node-promise-delay-every.git",
"repository": "http://git.cryto.net/joepie91/node-promise-delay-every.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"devDependencies": {

Loading…
Cancel
Save