ben is a dep for tools/time*.js
This commit is contained in:
parent
63f97b8054
commit
0e43064b63
2 changed files with 2 additions and 2 deletions
1
TODO.md
1
TODO.md
|
@ -1,4 +1,3 @@
|
||||||
- document streams better in the readme
|
|
||||||
- buffered writes to increase speed: Yunong said he'd work on a patch:
|
- buffered writes to increase speed: Yunong said he'd work on a patch:
|
||||||
- perhaps this would be a "buffered: true" option on the stream object
|
- perhaps this would be a "buffered: true" option on the stream object
|
||||||
- then wrap the "stream" with a local class that handles the buffering
|
- then wrap the "stream" with a local class that handles the buffering
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
"keywords": ["log", "logging", "log4j", "json"],
|
"keywords": ["log", "logging", "log4j", "json"],
|
||||||
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tap": "0.2.0"
|
"tap": "0.2.0",
|
||||||
|
"ben": "0.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue