add coverage and vendor to npmignore

This commit is contained in:
Sebastian McKenzie 2015-01-19 09:02:51 +11:00
parent 078b09676f
commit 6d67105bab
2 changed files with 6 additions and 0 deletions

View File

@ -11,3 +11,4 @@ tests.json
CHANGELOG.md
.package.json
coverage
vendor

View File

@ -11,6 +11,11 @@
_Note: Gaps between patch versions are faulty/broken releases._
## 2.13.3
* **Internal**
* Add `coverage` and `vendor` to npmignore.
## 2.13.2
* **Bug Fix**