Skip to content

Commit

Permalink
follow node LTS, remove support for versions under 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington committed Aug 22, 2018
1 parent 6cab819 commit da7b629
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Changelog

**2.0.0-wip** — <small> August 10, 2018 </small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/1.2.0...master)
**2.0.0-wip** — <small> August 22, 2018 </small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/1.2.0...master)

- breaking: remove node v0.10 and v0.12 support.
- breaking: follow node LTS, remove support for versions under 6.
- other: remove unused lodash dependence (#35)

**1.2.0** — <small> June 16, 2017 </small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/1.1.1...1.2.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"index.js"
],
"engines": {
"node": ">= 4"
"node": ">= 6"
},
"scripts": {
"test": "mocha --reporter dot",
Expand Down

0 comments on commit da7b629

Please sign in to comment.