panchang-ts 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,6 +26,10 @@ Works offline in React Native (Hermes), Node.js, and browsers.
26
26
 
27
27
  ```bash
28
28
  npm install panchang-ts
29
+ # or
30
+ pnpm add panchang-ts
31
+ # or
32
+ yarn add panchang-ts
29
33
  ```
30
34
 
31
35
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "panchang-ts",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
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
  "license": "MIT",