remove .npmignore, https://github.com/isaacs/npm/issues/2144 is the problem
This commit is contained in:
parent
5361795150
commit
f52240e572
2 changed files with 2 additions and 4 deletions
|
@ -1,4 +0,0 @@
|
||||||
/tmp
|
|
||||||
/npm-debug.log
|
|
||||||
/node_modules
|
|
||||||
*.log
|
|
2
TODO.md
2
TODO.md
|
@ -1,3 +1,4 @@
|
||||||
|
- finish jsstyle work
|
||||||
- [Yuonong] buffered writes to increase speed:
|
- [Yuonong] buffered writes to increase speed:
|
||||||
- I'd start with a tools/timeoutput.js for some numbers to compare
|
- I'd start with a tools/timeoutput.js for some numbers to compare
|
||||||
before/after. Sustained high output to a file.
|
before/after. Sustained high output to a file.
|
||||||
|
@ -26,6 +27,7 @@
|
||||||
|
|
||||||
# someday/maybe
|
# someday/maybe
|
||||||
|
|
||||||
|
- remove "rm -rf tmp" when this fixed: <https://github.com/isaacs/npm/issues/2144>
|
||||||
- what about promoting 'latency' field and making that easier?
|
- what about promoting 'latency' field and making that easier?
|
||||||
- `log.close` to close streams and shutdown and `this.closed`
|
- `log.close` to close streams and shutdown and `this.closed`
|
||||||
process.on('exit', log.close)
|
process.on('exit', log.close)
|
||||||
|
|
Loading…
Reference in a new issue