Fix changelog and repository URL in package.json

This commit is contained in:
Sven Slootweg 2020-02-17 22:11:40 +01:00
parent ce055fa4c5
commit 2e985ccd01
2 changed files with 12 additions and 2 deletions

View file

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

View file

@ -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": {