Skip to content

Commit

Permalink
fix(deps): Update dependency, fix CssAnimator import
Browse files Browse the repository at this point in the history
 Upgrades to the recent templating package and fixes missing import statement for CssAnimator
  • Loading branch information
zewa666 committed Mar 25, 2015
1 parent a136d93 commit a0f9ebf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import {Animator} from 'aurelia-templating';
import {CssAnimator} from './animator';

export {CssAnimator} from './animator';

export function install(aurelia){
Expand Down

0 comments on commit a0f9ebf

Please sign in to comment.