Skip to content

Commit

Permalink
feat(tools): add AttributeManager, attributes and events to TypeScrip…
Browse files Browse the repository at this point in the history
…t definition
  • Loading branch information
Thanood committed Apr 26, 2016
1 parent ecf211d commit cb141d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ export function configure(aurelia, configCallback) {
}
}

export const version = '0.5.0';
export const version = '0.5.1';

// build-index-remove start
export * from './toast/toastService';
export * from './common/attributeManager';
export * from './common/attributes';
export * from './common/events';
// build-index-remove end

0 comments on commit cb141d1

Please sign in to comment.