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

Commit

Permalink
feat(project): export components to enable patching
Browse files Browse the repository at this point in the history
  • Loading branch information
bas080 committed Jan 11, 2017
1 parent b6c1000 commit 5be13c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aurelia-orm.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {ValidationRules} from 'aurelia-validation';
import {Entity} from './entity'; import {Entity} from './entity';


// added for bundling // added for bundling
import {AssociationSelect} from './component/association-select'; // eslint-disable-line no-unused-vars export {AssociationSelect} from './component/association-select';
import {Paged} from './component/paged'; // eslint-disable-line no-unused-vars export {Paged} from './component/paged';


/** /**
* Plugin configure * Plugin configure
Expand Down

0 comments on commit 5be13c7

Please sign in to comment.