Skip to content

Commit 7a5b856

Browse files
committed
Back out package exports, too. Sheesh.
1 parent 7f8f063 commit 7a5b856

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hebcal/hdate",
3-
"version": "0.9.12",
3+
"version": "0.9.13",
44
"description": "converts between Hebrew and Gregorian dates using Rata Die (R.D.) algorithm by Dershowitz and Reingold",
55
"author": "Michael J. Radwin (https://github.com/mjradwin)",
66
"contributors": [
@@ -15,11 +15,6 @@
1515
"main": "dist/cjs/index.js",
1616
"module": "dist/esm/index.js",
1717
"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-
},
2318
"keywords": [
2419
"hebcal",
2520
"hebrew",

0 commit comments

Comments
 (0)