From 64b0c14d7ea02856cb25ba74850801dbd12fc674 Mon Sep 17 00:00:00 2001 From: uny-dev Date: Tue, 18 Mar 2025 06:13:39 -0400 Subject: [PATCH] Updated package.json repository field for NPM --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 3f1a66c..4c30e65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "luxon-hijri", - "version": "1.0.2", + "version": "1.0.3", "description": "A Hijri date converter based on the Umm al-Qura calendar system, using Luxon for date manipulations.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -8,10 +8,6 @@ "build": "tsc", "test": "jest" }, - "repository": { - "type": "git", - "url": "git+https://github.com/ussunnah/luxon-hijri.git" - }, "keywords": [ "hijri", "calendar", @@ -19,8 +15,6 @@ "luxon", "umm-al-qura" ], - "author": "USF", - "license": "ISC", "devDependencies": { "@types/luxon": "^3.3.4", "jest": "^27.0.0", @@ -30,8 +24,14 @@ "@umalqura/core": "^0.0.7", "luxon": "^2.5.2" }, - "bugs": { - "url": "https://github.com/ussunnah/luxon-hijri/issues" + "author": "Ali Camarata", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/acamarata/luxon-hijri.git" }, - "homepage": "https://github.com/ussunnah/luxon-hijri#readme" + "homepage": "https://github.com/acamarata/luxon-hijri#readme", + "bugs": { + "url": "https://github.com/acamarata/luxon-hijri/issues" + } }