mirror of
https://github.com/acamarata/luxon-hijri.git
synced 2026-06-30 18:54:28 +00:00
Updated package.json repository field for NPM
This commit is contained in:
parent
3d402f6a27
commit
64b0c14d7e
1 changed files with 10 additions and 10 deletions
20
package.json
20
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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue