Skip to content

Commit

Permalink
fix(client): Use supported shim path.
Browse files Browse the repository at this point in the history
Thanks to @zloirock for pointing this out.
  • Loading branch information
dignifiedquire committed Aug 5, 2015
1 parent fee9c60 commit 184f12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.js
@@ -1,7 +1,7 @@
/* global io */
/* eslint-disable no-new */

require('core-js/modules/es5')
require('core-js/es5')
var Karma = require('./karma')
var StatusUpdater = require('./updater')
var util = require('./util')
Expand Down

0 comments on commit 184f12e

Please sign in to comment.