File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
/** @type {import('ts-jest').JestConfigWithTsJest } */
2
- export default {
2
+ module . exports = {
3
3
preset : 'ts-jest' ,
4
4
testEnvironment : 'node' ,
5
5
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hebcal/hdate" ,
3
- "version" : " 0.9.11 " ,
3
+ "version" : " 0.9.12 " ,
4
4
"description" : " converts between Hebrew and Gregorian dates using Rata Die (R.D.) algorithm by Dershowitz and Reingold" ,
5
5
"author" : " Michael J. Radwin (https://github.com/mjradwin)" ,
6
6
"contributors" : [
12
12
"type" : " git" ,
13
13
"url" : " git+https://github.com/hebcal/hdate-js.git"
14
14
},
15
- "type" : " module" ,
16
15
"main" : " dist/cjs/index.js" ,
17
16
"module" : " dist/esm/index.js" ,
18
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
+ },
19
23
"keywords" : [
20
24
" hebcal" ,
21
25
" hebrew" ,
You can’t perform that action at this time.
0 commit comments