From cb141d112a3bb4577a4fef090d54b3803c66822a Mon Sep 17 00:00:00 2001 From: Daniel Bendel Date: Tue, 26 Apr 2016 19:43:17 +0200 Subject: [PATCH] feat(tools): add AttributeManager, attributes and events to TypeScript definition --- src/index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 7b52b7bb..77175e6f 100644 --- a/src/index.js +++ b/src/index.js @@ -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