Skip to content

Commit 53cc7a6

Browse files
committed
disable strict
SQUASHED: disable-strict,
1 parent 7668a46 commit 53cc7a6

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
lines changed

karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,16 @@
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",

undefined

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)