mirror of
https://github.com/acamarata/pray-calc.git
synced 2026-06-30 19:04:26 +00:00
Updated package.json repository field for NPM
This commit is contained in:
parent
4403cb224c
commit
eb68c97b42
1 changed files with 7 additions and 7 deletions
14
package.json
14
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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue