chore(package): update mocha to version 3.0.2

https://greenkeeper.io/
This commit is contained in:
greenkeeperio-bot
2016-08-08 02:30:58 -06:00
parent f222711bd8
commit 9fe4ae2b96

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
}
},