Skip to content

Commit

Permalink
Added exposes for specific zones. (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhverbakel authored and icambron committed Apr 22, 2018
1 parent 83b9666 commit 6549baf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/luxon.js
Expand Up @@ -3,6 +3,9 @@ import Duration from './duration';
import Interval from './interval';
import Info from './info';
import Zone from './zone';
import FixedOffsetZone from './zones/fixedOffsetZone';
import IANAZone from './zones/IANAZone';
import LocalZone from './zones/localZone';
import Settings from './settings';

export { DateTime, Duration, Interval, Info, Zone, Settings };
export { DateTime, Duration, Interval, Info, Zone, FixedOffsetZone, IANAZone, LocalZone, Settings };

0 comments on commit 6549baf

Please sign in to comment.