Updated package.json repository field for NPM

This commit is contained in:
uny-dev 2025-03-18 06:14:01 -04:00
parent 4403cb224c
commit eb68c97b42

View file

@ -1,19 +1,19 @@
{
"name": "pray-calc",
"version": "1.5.0",
"version": "1.5.1",
"description": "Prayer times calculator using nrel-spa and custom formula for Fajr and Isha angles (as well as traditional static angle methods in the All function)",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"author": "Ummat",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ussunnah/pray-calc"
"url": "https://github.com/ummeco/pray-calc.git"
},
"author": "USF",
"license": "ISC",
"dependencies": {
"nrel-spa": "^1.2.2",
"suncalc": "^1.9.0"
"homepage": "https://github.com/ummeco/pray-calc#readme",
"bugs": {
"url": "https://github.com/ummeco/pray-calc/issues"
}
}