Skip to content

Commit

Permalink
fix(systemjs): add missing main
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva authored Sep 1, 2016
1 parent 3b7452c commit fa6baac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions systemjs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
defaultExtension: 'js'
},
'angular2-in-memory-web-api': {
main: 'index.js',
defaultExtension: 'js'
}
}
Expand Down

0 comments on commit fa6baac

Please sign in to comment.