Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
feat(project): expose metadata class
Browse files Browse the repository at this point in the history
  • Loading branch information
RWOverdijk committed Jan 31, 2017
1 parent d04d631 commit a7e0746
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/aurelia-orm.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ export function configure(frameworkConfig, configCallback) {
} }


export const logger = getLogger('aurelia-orm'); export const logger = getLogger('aurelia-orm');

export {OrmMetadata} from './orm-metadata;

0 comments on commit a7e0746

Please sign in to comment.