Skip to content

Commit

Permalink
dist: Blacklist useless files for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
q2s2t committed Dec 5, 2018
1 parent 6caa907 commit ad12c66
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
test/
.nyc_output/
.circleci/
.vscode/
coverage/
7z.exe
appveyor.yml
.eslintrc.json
.gitignore
CONTRIBUTING.md
TODO
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
Changelog
=========

### `v1.0.0` 2018-12-05

* Total rewrite.

### `v0.4.3`

* Feature: Platform binary included, downloaded at install time, host system no longer needs them pre installed.
The binary directory added to 7za command on calls to `run` method.
* Feature: Add: `Zip.binary` method that points to option to supply path util, but instead returns object to the
included binary path and filename.

### `v0.4.2` **CURRENT**
### `v0.4.2`

* Fix: `run` returns useful error from stderr (#31)
* Doc: It's better with the correct verbs (commit 7c0355beea59c42e040d0e776ff945be94705a74)
Expand Down

0 comments on commit ad12c66

Please sign in to comment.