jewish-date
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "jewish-date", | ||
"description": "Converts Gregorian dates to Hebrew dates and vice versa.", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"module": "dist/mjs/index.js", | ||
"module": "dist/mjs/index.mjs", | ||
"types": "lib/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/mjs/index.js", | ||
"import": "./dist/mjs/index.mjs", | ||
"require": "./dist/index.js" | ||
@@ -13,0 +13,0 @@ } |
80468