Update bunyan to 0.23.1

This commit is contained in:
Patrick Mooney 2014-07-14 16:07:22 -05:00
parent dd63fea6f7
commit 26e427f4a0
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
## CURRENT
- Update bunyan to 0.23.1
- #143 Preserve raw Buffer value in Control objects
- Test code coverage with node-istanbul
- Convert tests to node-tape

View File

@ -29,7 +29,7 @@
"dependencies": {
"asn1": "0.2.1",
"assert-plus": "0.1.5",
"bunyan": "0.22.1",
"bunyan": "0.23.1",
"dashdash": "1.6.0",
"backoff": "2.4.0",
"once": "1.3.0",