We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f8f063 commit 7a5b856Copy full SHA for 7a5b856
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hebcal/hdate",
3
- "version": "0.9.12",
+ "version": "0.9.13",
4
"description": "converts between Hebrew and Gregorian dates using Rata Die (R.D.) algorithm by Dershowitz and Reingold",
5
"author": "Michael J. Radwin (https://github.com/mjradwin)",
6
"contributors": [
@@ -15,11 +15,6 @@
15
"main": "dist/cjs/index.js",
16
"module": "dist/esm/index.js",
17
"typings": "dist/index.d.ts",
18
- "exports": {
19
- "require": "./dist/cjs/index.js",
20
- "import": "./dist/esm/index.js",
21
- "types": "./dist/index.d.ts"
22
- },
23
"keywords": [
24
"hebcal",
25
"hebrew",
0 commit comments