Skip to content

Commit

Permalink
fix: Removed .nyc_output from npm package tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Oct 1, 2019
1 parent 5a2ebeb commit 5f4a835
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/benchmark/
/test/
/.nycrc
/.nyc_output
/.travis.yml
/*.tgz
/.idea
/.idea
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shrink-ray-current",
"description": "Node.js compression middleware with brotli and zopfli support",
"version": "4.1.1",
"version": "4.1.2",
"contributors": [
"Arturas Molcanovas <a.molcanovas@gmail.com> (https://github.com/Alorel)",
"CodeIter (https://github.com/CodeIter)",
Expand Down

0 comments on commit 5f4a835

Please sign in to comment.