Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Aug 7, 2018
1 parent 136f1b1 commit 4f8ed72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- "9"
- "10"
- "8"
- "6"

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test"
],
"dependencies": {
"args": "^4.0.0",
"args": "^5.0.0",
"chalk": "^2.3.2",
"dateformat": "^3.0.3",
"fast-json-parse": "^1.0.3",
Expand All @@ -40,10 +40,10 @@
"through2": "^2.0.3"
},
"devDependencies": {
"pino": "^5.0.0-rc.2",
"pino": "^5.0.0",
"pre-commit": "^1.2.2",
"snazzy": "^7.1.1",
"standard": "^11.0.1",
"tap": "^11.1.3"
"tap": "^12.0.1"
}
}

0 comments on commit 4f8ed72

Please sign in to comment.