update readme & package.json
This commit is contained in:
parent
78114a0729
commit
3884b85629
@ -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:
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user