Skip to content

Commit

Permalink
fix(index): ensure export of path module api
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed May 27, 2015
1 parent bd456bc commit 17cf46c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Expand Up @@ -11,6 +11,7 @@ export * from 'aurelia-metadata';
export * from 'aurelia-templating';
export * from 'aurelia-loader';
export * from 'aurelia-task-queue';
export * from 'aurelia-path';

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

0 comments on commit 17cf46c

Please sign in to comment.