Updated package.json repository field for NPM

This commit is contained in:
uny-dev 2025-03-18 06:13:39 -04:00
parent 3d402f6a27
commit 64b0c14d7e

View file

@ -1,6 +1,6 @@
{ {
"name": "luxon-hijri", "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.", "description": "A Hijri date converter based on the Umm al-Qura calendar system, using Luxon for date manipulations.",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@ -8,10 +8,6 @@
"build": "tsc", "build": "tsc",
"test": "jest" "test": "jest"
}, },
"repository": {
"type": "git",
"url": "git+https://github.com/ussunnah/luxon-hijri.git"
},
"keywords": [ "keywords": [
"hijri", "hijri",
"calendar", "calendar",
@ -19,8 +15,6 @@
"luxon", "luxon",
"umm-al-qura" "umm-al-qura"
], ],
"author": "USF",
"license": "ISC",
"devDependencies": { "devDependencies": {
"@types/luxon": "^3.3.4", "@types/luxon": "^3.3.4",
"jest": "^27.0.0", "jest": "^27.0.0",
@ -30,8 +24,14 @@
"@umalqura/core": "^0.0.7", "@umalqura/core": "^0.0.7",
"luxon": "^2.5.2" "luxon": "^2.5.2"
}, },
"bugs": { "author": "Ali Camarata",
"url": "https://github.com/ussunnah/luxon-hijri/issues" "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"
}
} }