panchang-ts 5.2.0 → 5.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ Zero runtime dependencies. Works offline in React Native (Hermes), Node.js, and
|
|
|
15
15
|
|
|
16
16
|
A Go port of the same engine ships from the same repository, held to this package's
|
|
17
17
|
exact arithmetic by a parity harness. See
|
|
18
|
-
[the repository](https://github.com/ishankgupta95/panchang
|
|
18
|
+
[the repository](https://github.com/ishankgupta95/panchang) if you need it.
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "panchang-ts",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"description": "Pure TypeScript Hindu Panchang calculations. Tithi, Nakshatra, Yoga, Karana, Vara, and more. Offline-first, React Native compatible.",
|
|
5
5
|
"author": "Ishank",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/ishankgupta95/panchang
|
|
8
|
+
"url": "git+https://github.com/ishankgupta95/panchang.git"
|
|
9
9
|
},
|
|
10
|
-
"homepage": "https://github.com/ishankgupta95/panchang
|
|
10
|
+
"homepage": "https://github.com/ishankgupta95/panchang#readme",
|
|
11
11
|
"bugs": {
|
|
12
|
-
"url": "https://github.com/ishankgupta95/panchang
|
|
12
|
+
"url": "https://github.com/ishankgupta95/panchang/issues"
|
|
13
13
|
},
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"keywords": [
|