Skip to content

Commit

Permalink
Fix missing export of DafYomi
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed May 14, 2023
1 parent 1d7f8bb commit 305018f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hebcal/learning",
"version": "1.3.1",
"version": "1.3.2",
"description": "Daily learning schedules: Daf Yomi, Mishna Yomi, etc",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -54,6 +54,6 @@
"eslint-config-google": "^0.14.0",
"jsdoc": "^4.0.2",
"jsdoc-to-markdown": "^8.0.0",
"rollup": "^3.21.6"
"rollup": "^3.21.7"
}
}
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import './register';
export {DafYomiEvent} from './dafyomi';
export {DafYomi, DafYomiEvent} from './dafyomi';
export {MishnaYomiEvent} from './MishnaYomiEvent';
export {MishnaYomiIndex, mishnaYomiStart} from './mishnaYomi';
export {NachYomiEvent} from './NachYomiEvent';
Expand Down

0 comments on commit 305018f

Please sign in to comment.