Skip to content

Commit

Permalink
Add Node 4 back
Browse files Browse the repository at this point in the history
Related: #767 (comment)
and #766
  • Loading branch information
boopathi committed Jan 14, 2018
1 parent 879f25e commit bc9321f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"env",
{
"targets": {
"node": 6
"node": 4
},
"include": ["transform-async-to-generator"],
"exclude": ["transform-regenerator"]
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ node_js:
- '9'
- '8'
- '6'
- '4'

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Babili has been now renamed to Babel-Minify :).

## Requirements

- node >= 6
- node >= 4
- babel >= 6.20.0

## Why
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ environment:
- nodejs_version: '9'
- nodejs_version: '8'
- nodejs_version: '6'
- nodejs_version: '4'

cache:
- "%LOCALAPPDATA%\\Yarn"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"util.promisify": "^1.0.0"
},
"engines": {
"node": ">=6",
"node": ">=4",
"yarn": ">=1"
},
"jest": {
Expand Down

0 comments on commit bc9321f

Please sign in to comment.