Skip to content

Commit

Permalink
fix: fixed backwards compatibility with commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtsquiggs committed May 11, 2022
1 parent a9620ff commit 8b4da1b
Show file tree
Hide file tree
Showing 5 changed files with 290 additions and 407 deletions.
4 changes: 1 addition & 3 deletions src/Adhan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Rounding } from './Rounding';
import { Shafaq } from './Shafaq';
import SunnahTimes from './SunnahTimes';

const adhan = {
export {
Prayer,
Madhab,
HighLatitudeRule,
Expand All @@ -25,5 +25,3 @@ const adhan = {
Rounding,
Shafaq,
};

export default adhan;
Loading

0 comments on commit 8b4da1b

Please sign in to comment.