Fix changelog and repository URL in package.json

master
Sven Slootweg 4 years ago
parent ce055fa4c5
commit 2e985ccd01

@ -41,4 +41,14 @@ Creates a new Promise that will resolve `delay` milliseconds from the specified
- __sinceTimestamp:__ The reference timestamp to start counting from, as a 'UNIX timestamp' in milliseconds (like you get from `Date.now()`).
- __delay:__ The delay as a number, in milliseconds.
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-since",
"version": "1.0.0",
"main": "index.js",
"repository": "git@git.cryto.net:joepie91/node-promise-delay-since.git",
"repository": "http://git.cryto.net/joepie91/node-promise-delay-since.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"devDependencies": {

Loading…
Cancel
Save