Skip to content

Commit

Permalink
build: nyc@15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Dec 31, 2019
1 parent fff0bf7 commit 73dd208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -80,6 +80,7 @@ before_install:
if node_version_lt '0.10'; then npm_remove_module_re '^nyc$'
elif node_version_lt '4.0' ; then npm_use_module 'nyc' '10.3.2'
elif node_version_lt '6.0' ; then npm_use_module 'nyc' '11.9.0'
elif node_version_lt '8.0' ; then npm_use_module 'nyc' '14.1.1'
fi
# Update Node.js modules
- |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"mocha": "6.2.2",
"nyc": "14.1.1"
"nyc": "15.0.0"
},
"files": [
"HISTORY.md",
Expand Down

0 comments on commit 73dd208

Please sign in to comment.