From eb68c97b42304933c8d24cc6580428e3f1a54a8b Mon Sep 17 00:00:00 2001 From: uny-dev Date: Tue, 18 Mar 2025 06:14:01 -0400 Subject: [PATCH] Updated package.json repository field for NPM --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index e6658aa..bc93f1c 100644 --- a/package.json +++ b/package.json @@ -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" } }