Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(build): Fixed exports (#2)
Browse files Browse the repository at this point in the history
Corrected path in exports.
  • Loading branch information
VineetReynolds authored Mar 21, 2017
1 parent bececb4 commit 99c0bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export { Notifications } from './src/app/notifications/notifications';
export { NotificationType } from './src/app/notifications/notification-type';

// Broadcaster
export { Broadcaster } from './src/app/shared/broadcaster.service';
export { Broadcaster } from './src/app/broadcaster.service';

// Logger
export { Logger } from './src/app/shared/logger.service';
export { Logger } from './src/app/logger.service';

0 comments on commit 99c0bd4

Please sign in to comment.