@jenova-marie/sumerian-date 0.1.0 → 1.0.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,7 +23,7 @@ The day-start rule (sunset) is verified against the Ishtar Gate app reference:
23
23
  ## Installation
24
24
 
25
25
  ```bash
26
- npm install sumerian-date
26
+ npm install @jenova-marie/sumerian-date
27
27
  ```
28
28
 
29
29
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jenova-marie/sumerian-date",
3
- "version": "0.1.0",
3
+ "version": "1.0.1",
4
4
  "description": "Convert Gregorian dates to the Nippur Sumerian ritual calendar",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",