mirror of
https://github.com/acamarata/pray-calc.git
synced 2026-06-30 19:04:26 +00:00
Added tests
This commit is contained in:
parent
2f9155b567
commit
f020a844f0
3 changed files with 909 additions and 6 deletions
|
|
@ -45,3 +45,6 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
### [1.7.1] = 2025-05-14
|
### [1.7.1] = 2025-05-14
|
||||||
- Update to package meta and location
|
- Update to package meta and location
|
||||||
|
|
||||||
|
### [1.7.2] = 2025-05-14
|
||||||
|
- Added tests
|
||||||
|
|
|
||||||
906
package-lock.json
generated
906
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pray-calc",
|
"name": "pray-calc",
|
||||||
"version": "1.7.1",
|
"version": "1.7.2",
|
||||||
"description": "Accurate prayer times using custom algorithm for dynamic angles and nrel-spa for extreme precision",
|
"description": "Accurate prayer times using custom algorithm for dynamic angles and nrel-spa for extreme precision",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
|
|
@ -74,6 +74,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^8.0.0",
|
"eslint": "^8.0.0",
|
||||||
"mocha": "^10.2.0"
|
"mocha": "^10.8.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue