Update various packages (inc. babel and eslint)

This commit is contained in:
Nicolas Gallagher
2016-06-14 16:05:24 -07:00
parent 60ad0e9ec5
commit b56b8e494a
7 changed files with 49 additions and 43 deletions
+2 -2
View File
@@ -19,14 +19,14 @@ module.exports = function (config) {
'karma-chrome-launcher',
'karma-firefox-launcher',
'karma-mocha',
'karma-mocha-reporter',
'karma-sourcemap-loader',
'karma-spec-reporter',
'karma-webpack'
],
preprocessors: {
[testEntry]: [ 'webpack', 'sourcemap' ]
},
reporters: process.env.TRAVIS ? [ 'dots' ] : [ 'spec' ],
reporters: process.env.TRAVIS ? [ 'dots' ] : [ 'mocha' ],
singleRun: true,
webpack: {
devtool: 'inline-source-map',