Skip to content

Commit

Permalink
fix(export): Added missing library export
Browse files Browse the repository at this point in the history
The configuration service file was not being exported
  • Loading branch information
joanllenas committed Apr 8, 2018
1 parent 3d323fd commit ce23004
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,5 @@ export * from './difference-in-calendar-iso-years.pipe';
export * from './difference-in-iso-years.pipe';
export * from './get-quarter.pipe';
export * from './get-iso-year.pipe';
export * from './date-fns-configuration.service';
export * from './date-fns.module';

0 comments on commit ce23004

Please sign in to comment.