Skip to content

Commit

Permalink
Merge 176f8b5 into 5663243
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed May 29, 2017
2 parents 5663243 + 176f8b5 commit 6b3338a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ branches:
only:
- master
- dev
- /^greenkeeper/.*$/

matrix:
fast_finish: true
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# bunyanesque.js

[![Greenkeeper badge](https://badges.greenkeeper.io/overlookmotel/bunyanesque.svg)](https://greenkeeper.io/)

# bunyan logger with a few tweaks

## Current status
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"dependencies": {
"bunyan": "^1.5.1",
"lodash": "^3.10.1"
"lodash": "^4.17.4"
},
"devDependencies": {
"mocha": "^2.3.3",
"chai": "^3.3.0",
"mocha": "^3.4.2",
"chai": "^4.0.0",
"jshint": "^2.8.0",
"istanbul": "^0.3.21",
"istanbul": "^0.4.5",
"coveralls": "^2.11.4"
},
"keywords": [
Expand Down

0 comments on commit 6b3338a

Please sign in to comment.