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",
"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"
}
}