Skip to content

Commit

Permalink
fix(framework): Use correct import for core-js
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Aug 13, 2015
1 parent f1fc998 commit da0756f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/aurelia.js
@@ -1,4 +1,4 @@
import core from 'core-js';
import * as core from 'core-js';
import * as TheLogManager from 'aurelia-logging';
import {Container} from 'aurelia-dependency-injection';
import {Loader} from 'aurelia-loader';
Expand Down
2 changes: 1 addition & 1 deletion src/framework-configuration.js
@@ -1,4 +1,4 @@
import core from 'core-js';
import * as core from 'core-js';
import * as TheLogManager from 'aurelia-logging';
import {Metadata} from 'aurelia-metadata';
import {ViewEngine} from 'aurelia-templating';
Expand Down

0 comments on commit da0756f

Please sign in to comment.