diff --git a/package.json b/package.json index 8c9b0aa..826edc8 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "lib": "dist/system" }, "dependencies": { - "aurelia-templating": "github:aurelia/templating@^0.8.14" + "aurelia-templating": "github:aurelia/templating@^0.9.0" } }, "devDependencies": { diff --git a/src/index.js b/src/index.js index 8beb3ee..bc5adb7 100644 --- a/src/index.js +++ b/src/index.js @@ -1,4 +1,6 @@ import {Animator} from 'aurelia-templating'; +import {CssAnimator} from './animator'; + export {CssAnimator} from './animator'; export function install(aurelia){