update readme & package.json

This commit is contained in:
Erik 2022-07-17 15:25:05 +03:00
parent 78114a0729
commit 3884b85629
Signed by: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB
2 changed files with 5 additions and 5 deletions

View File

@ -61,7 +61,7 @@ console.log(time) // will log 98718
4. `h, hr, hrs, hour, hours` - will parse to hours
5. `d, day, days` - will parse to days
6. `w, week, weeks` - will parse to weeks
7. `mon, mth, mths, month, months` - will parse to months
7. `mo, mon, mth, mths, month, months` - will parse to months
8. `y, yr, yrs, year, years` - will parse to years
Keywords can be used interchangeably:

View File

@ -1,5 +1,5 @@
{
"name": "timestring",
"name": "@navy.gif/timestring",
"version": "6.0.0",
"description": "Parse a human readable time string into a time based value",
"main": "index.js",
@ -13,11 +13,11 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/mike182uk/timestring.git"
"url": "git://github.com/Navy-gif/timestring.git"
},
"homepage": "https://github.com/mike182uk/timestring",
"homepage": "https://github.com/Navy-gif/timestring",
"bugs": {
"url": "https://github.com/mike182uk/timestring/issues"
"url": "https://github.com/Navy-gif/timestring/issues"
},
"keywords": [
"time",