Skip to content

Commit

Permalink
fix(index): update to latest configuration api
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Aug 13, 2015
1 parent 1b0ec13 commit 44f7a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export function configure(aurelia){
aurelia.globalizeResources('./hello-world');
export function configure(config){
config.globalResources('./hello-world');
}

0 comments on commit 44f7a01

Please sign in to comment.