Skip to content

Commit de5e066

Browse files
committed
lots of version bumps for security
1 parent b42d977 commit de5e066

File tree

4 files changed

+5275
-2667
lines changed

4 files changed

+5275
-2667
lines changed

karma.conf.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ delete webpackConfig.externals;
44
delete webpackConfig.entry;
55
delete webpackConfig.output;
66

7-
webpackConfig.postLoaders = [
8-
{
9-
test: /\.(js|coffee)$/,
10-
exclude: /(spec|node_modules)\//,
11-
loader: "istanbul-instrumenter",
12-
},
13-
];
14-
157
module.exports = function (config) {
168
config.set({
179
basePath: ".",

0 commit comments

Comments
 (0)