From f52240e57259bfb119e9394e78bbb3513e8700a5 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Fri, 10 Feb 2012 21:45:31 -0800 Subject: [PATCH] remove .npmignore, https://github.com/isaacs/npm/issues/2144 is the problem --- .npmignore | 4 ---- TODO.md | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 .npmignore diff --git a/.npmignore b/.npmignore deleted file mode 100644 index f371022..0000000 --- a/.npmignore +++ /dev/null @@ -1,4 +0,0 @@ -/tmp -/npm-debug.log -/node_modules -*.log diff --git a/TODO.md b/TODO.md index 3e82793..0ae444c 100644 --- a/TODO.md +++ b/TODO.md @@ -1,3 +1,4 @@ +- finish jsstyle work - [Yuonong] buffered writes to increase speed: - I'd start with a tools/timeoutput.js for some numbers to compare before/after. Sustained high output to a file. @@ -26,6 +27,7 @@ # someday/maybe +- remove "rm -rf tmp" when this fixed: - what about promoting 'latency' field and making that easier? - `log.close` to close streams and shutdown and `this.closed` process.on('exit', log.close)