Skip to content

Commit

Permalink
Requires Node >= 10
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Oct 7, 2020
1 parent 1f01ed4 commit a20c8f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,8 +6,8 @@ matrix:
include:
- node_js: "node"
env: NPM_AUDIT=yes NPM_PACK=yes NPM_RUN_LINT=yes NYC="nyc --no-clean --reporter=lcov"
- node_js: "12"
- node_js: "10"
- node_js: "8"

install:
- set -e
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

## v3.0.0 2020-10-07

- Requires Node >= 10.
- Converted from tslint to eslint.

## v2.1.3 2019-10-07
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ This is a wrapper for

## Requirements

This module requires ES6 with Node >= 8.
This module requires ES6 with Node >= 10.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "http://github.com/dex4er/js-fs-gzip-blob-storage",
"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
},
"dependencies": {
"fs-blob-storage": "^3.0.0",
Expand Down

0 comments on commit a20c8f3

Please sign in to comment.