diff --git a/README.md b/README.md index 82bb0c8..6010d48 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/package.json b/package.json index 7a8e735..7a9f315 100644 --- a/package.json +++ b/package.json @@ -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",