diff --git a/README.md b/README.md index 7c7c472..246b414 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ CLI for Developers **cdt** is a command line utililty for developers. It is focused on facilitating the development of applications by helping devs to do required tasks through utilities provided to enhance efficienty. -## Support the project ⭐ +## Supporting the project ⭐ If you feel awesome and want to support us in a small way, please consider starring and sharing the repo! This helps us getting known and grow the community. 🙏 diff --git a/package-lock.json b/package-lock.json index 6e909aa..78bf2ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4302,9 +4302,9 @@ "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" }, "moment-timezone": { - "version": "0.5.28", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.28.tgz", - "integrity": "sha512-TDJkZvAyKIVWg5EtVqRzU97w0Rb0YVbfpqyjgu6GwXCAohVRqwZjf4fOzDE6p1Ch98Sro/8hQQi65WDXW5STPw==", + "version": "0.5.29", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.29.tgz", + "integrity": "sha512-qWtUhRIk29zviEFAhttY0fDbM/zsu/OlCRoeQG8vxuH6XcTTuji9ILJkOdxjr+vzIv0J39RsO/SPTuMvzm90wA==", "requires": { "moment": ">= 2.9.0" } diff --git a/package.json b/package.json index f8d1e08..f4dac0e 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,8 @@ "json-2-csv": "^3.7.0", "minify": "^5.1.1", "moment": "^2.24.0", - "moment-timezone": "^0.5.28", - "nyc": "^15.1.0", + "moment-timezone": "^0.5.29", + "nyc": "^15.0.1", "ora": "^4.0.4", "signale": "^1.4.0", "test": "^0.6.0", diff --git a/src/commands/datetime.ts b/src/commands/datetime.ts index 0370bcb..9e32413 100644 --- a/src/commands/datetime.ts +++ b/src/commands/datetime.ts @@ -49,7 +49,7 @@ export default class Datetime extends Command { if (flags.timezone) return flags.timezone else - return moment.tz.guess(true) + return moment.tz.guess() } // tslint:disable-next-line:no-unused