Commit fa6baacc authored by Filipe Silva's avatar Filipe Silva Committed by GitHub

fix(systemjs): add missing main

parent 3b7452cc
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
defaultExtension: 'js' defaultExtension: 'js'
}, },
'angular2-in-memory-web-api': { 'angular2-in-memory-web-api': {
main: 'index.js',
defaultExtension: 'js' defaultExtension: 'js'
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment