Merge pull request #989 from thelounge/greenkeeper/nyc-10.2.0

Update nyc to the latest version 🚀
This commit is contained in:
Pavel Djundik 2017-03-29 07:34:00 +03:00 committed by GitHub
commit b98208317d
2 changed files with 1 additions and 2 deletions

1
.nycrc
View File

@ -3,7 +3,6 @@
"exclude": [ "exclude": [
"client/js/bundle.js", "client/js/bundle.js",
"client/js/bundle.vendor.js", "client/js/bundle.vendor.js",
"coverage/",
"test/" "test/"
], ],
"reporter": [ "reporter": [

View File

@ -71,7 +71,7 @@
"mocha": "3.2.0", "mocha": "3.2.0",
"mousetrap": "1.6.0", "mousetrap": "1.6.0",
"npm-run-all": "4.0.2", "npm-run-all": "4.0.2",
"nyc": "10.1.2", "nyc": "10.2.0",
"socket.io-client": "1.7.3", "socket.io-client": "1.7.3",
"stylelint": "7.9.0", "stylelint": "7.9.0",
"urijs": "1.18.9", "urijs": "1.18.9",