npmignore to avoid crud in published packages
This commit is contained in:
parent
d89444baed
commit
8c0e3ab5f7
2 changed files with 7 additions and 1 deletions
4
.npmignore
Normal file
4
.npmignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
/tmp
|
||||
/npm-debug.log
|
||||
/node_modules
|
||||
*.log
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
## bunyan 0.6.1 (not yet released)
|
||||
|
||||
(nothing yet)
|
||||
- Internal: starting jsstyle usage.
|
||||
- Internal: add .npmignore. Previous packages had reams of bunyan crud in them.
|
||||
|
||||
|
||||
## bunyan 0.6.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue