Merge pull request #5699 from openlayers/greenkeeper-mocha-3.0.2

Update mocha to version 3.0.2 🚀
This commit is contained in:
Frédéric Junod
2016-08-08 11:55:57 +02:00
committed by GitHub

View File

@@ -60,7 +60,7 @@
"gaze": "^1.0.0",
"istanbul": "0.4.4",
"jquery": "3.1.0",
"mocha": "3.0.1",
"mocha": "3.0.2",
"mocha-phantomjs-core": "^1.3.0",
"mustache": "2.2.1",
"phantomjs-prebuilt": "2.1.10",
@@ -83,7 +83,14 @@
"proj4": false
},
"rules": {
"no-console": [2, {"allow": ["assert"]}],
"no-console": [
2,
{
"allow": [
"assert"
]
}
],
"no-constant-condition": 0
}
},