File tree Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -107,11 +107,11 @@ module.exports = function(config) {
107107 customLaunchers : {
108108 Chrome_Travis_CI : {
109109 base : 'Chrome' ,
110- flags : [ '--no-sandbox' ]
110+ flags : [ ] // '--no-sandbox'
111111 } ,
112112 ChromeCanary_Travis_CI : {
113113 base : 'ChromeCanary' ,
114- flags : [ '--no-sandbox' ]
114+ flags : [ ] // '--no-sandbox'
115115 } ,
116116 } ,
117117
Original file line number Diff line number Diff line change 5050 "@timkendrick/monaco-editor" : " ^0.0.9"
5151 },
5252 "devDependencies" : {
53+ "bootstrap-css-only" : " 4.1.0" ,
5354 "karma" : " ^0.13.22" ,
5455 "karma-chai" : " ^0.1.0" ,
55- "karma-chrome-launcher" : " ^0.1.10 " ,
56+ "karma-chrome-launcher" : " ^0.1.12 " ,
5657 "karma-mocha" : " ^0.2.0" ,
5758 "karma-mocha-reporter" : " ^1.0.2" ,
5859 "karma-requirejs" : " ^0.2.2" ,
5960 "mocha" : " ^2.2.5" ,
60- "requirejs" : " ^2.1.20" ,
6161 "node-forge" : " 0.7.5" ,
62- "bootstrap-css-only" : " 4.1.0" ,
63- "minimatch" : " =0.3.0"
62+ "requirejs" : " ^2.1.20"
6463 },
6564 "engines" : {
6665 "node" : " >= 0.12.4" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments