Update bunyan to 0.23.1
This commit is contained in:
parent
dd63fea6f7
commit
26e427f4a0
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
## CURRENT
|
## CURRENT
|
||||||
|
|
||||||
|
- Update bunyan to 0.23.1
|
||||||
- #143 Preserve raw Buffer value in Control objects
|
- #143 Preserve raw Buffer value in Control objects
|
||||||
- Test code coverage with node-istanbul
|
- Test code coverage with node-istanbul
|
||||||
- Convert tests to node-tape
|
- Convert tests to node-tape
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"asn1": "0.2.1",
|
"asn1": "0.2.1",
|
||||||
"assert-plus": "0.1.5",
|
"assert-plus": "0.1.5",
|
||||||
"bunyan": "0.22.1",
|
"bunyan": "0.23.1",
|
||||||
"dashdash": "1.6.0",
|
"dashdash": "1.6.0",
|
||||||
"backoff": "2.4.0",
|
"backoff": "2.4.0",
|
||||||
"once": "1.3.0",
|
"once": "1.3.0",
|
||||||
|
|
Loading…
Reference in New Issue