Merge pull request #47 from Dahlgren/bugfix/mocha-deprecations

Update mocha dependency to get rid of most deprecation warnings
This commit is contained in:
Björn Dahlgren
2017-03-31 18:06:14 +02:00
committed by GitHub

View File

@ -27,7 +27,7 @@
"winser": "^1.0.2"
},
"devDependencies": {
"mocha": "~2.1.0",
"mocha": "~3.2.0",
"should": "~5.0.0",
"timekeeper": "0.0.5"
}