From 3884b85629b45c481804ce2a0bed2287f83ce483 Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Sun, 17 Jul 2022 15:25:05 +0300 Subject: [PATCH] update readme & package.json --- README.md | 2 +- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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",