Skip to content

Commit

Permalink
chore(deps): update nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinspecker committed Nov 12, 2016
1 parent 4ede6f8 commit c4aee18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-config-dustinspecker": "^1.1.0",
"eslint-plugin-no-use-extend-native": "^0.3.4",
"eslint-plugin-xo": "^1.0.0",
"nyc": "^6.0.0"
"nyc": "^8.4.0"
},
"ava": {
"files": [
Expand All @@ -44,6 +44,7 @@
},
"nyc": {
"exclude": [
"node_modules",
"tests"
]
},
Expand Down

0 comments on commit c4aee18

Please sign in to comment.