Skip to content

Commit b54d258

Browse files
committed
package renamed
1 parent 2570cc7 commit b54d258

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

QUICKSTART.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ setInterval(async () => {
239239

240240
- Full API: [README.md](./README.md)
241241
- Examples: [EXAMPLES.md](./EXAMPLES.md)
242-
- GitHub: https://github.com/hixbehq/time
242+
- GitHub: https://github.com/hixbehq/nodejs-time
243243

244244
---
245245

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,8 @@ Contributions welcome! Please submit pull requests to improve:
437437

438438
## Support
439439

440-
- GitHub Issues: https://github.com/hixbehq/time/issues
441-
- Documentation: https://github.com/hixbehq/time#readme
440+
- GitHub Issues: https://github.com/hixbehq/nodejs-time/issues
441+
- Documentation: https://github.com/hixbehq/nodejs-time#readme
442442
- Contact: support@hixbe.com
443443

444444
---

SHOWCASE.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,6 @@ console.log(`
210210
═══════════════════════════════════════════════════════════════════════
211211
212212
Made with ❤️ by Hixbe - Precision Time Solutions
213-
Learn more: https://github.com/hixbehq/time
213+
Learn more: https://github.com/hixbehq/nodejs-time
214214
License: MIT (2025)
215215
`);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"license": "MIT",
2929
"repository": {
3030
"type": "git",
31-
"url": "https://github.com/hixbehq/time.git"
31+
"url": "https://github.com/hixbehq/nodejs-time.git"
3232
},
3333
"devDependencies": {
3434
"@types/node": "^20.0.0",

src/cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ EXAMPLES:
235235
hixbe-time --offset
236236
hixbe-time --server pool.ntp.org
237237
238-
Learn more: https://github.com/hixbehq/time
238+
Learn more: https://github.com/hixbehq/nodejs-time
239239
`);
240240
}
241241

0 commit comments

Comments
 (0)