Skip to content

Commit

Permalink
feat(index): export all from pal
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Oct 13, 2015
1 parent e60e516 commit 10ca62b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export * from 'aurelia-templating';
export * from 'aurelia-loader';
export * from 'aurelia-task-queue';
export * from 'aurelia-path';
export * from 'aurelia-pal';

import * as TheLogManager from 'aurelia-logging';
export const LogManager = TheLogManager;

0 comments on commit 10ca62b

Please sign in to comment.