From e82be3121009e72d96be5789582f399f382f4b3f Mon Sep 17 00:00:00 2001 From: "Michael J. Radwin" Date: Thu, 4 Jan 2024 09:07:23 -0800 Subject: [PATCH] Fix package description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2188c62..2b988a1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hebcal/hdate", "version": "0.9.1", - "description": "sunrise and sunset via NOAA algorithm with elevation, based on KosherJava", + "description": "converts between Hebrew and Gregorian dates using Rata Die (R.D.) algorithm by Dershowitz and Reingold", "author": "Michael J. Radwin (https://github.com/mjradwin)", "contributors": [ "Eyal Schachter (https://github.com/Scimonster)",