Skip to content

Commit

Permalink
Remove node 4. Add node 9 (#767)
Browse files Browse the repository at this point in the history
Decision made in #766
  • Loading branch information
boopathi authored Dec 20, 2017
1 parent a351eee commit d9c99d3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 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": 4
"node": 6
},
"include": ["transform-async-to-generator"],
"exclude": ["transform-regenerator"]
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ language: node_js
cache: yarn

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 >= 4
- node >= 6
- babel >= 6.20.0

## Why
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ init:

environment:
matrix:
- nodejs_version: '9'
- nodejs_version: '8'
- nodejs_version: '6'
- nodejs_version: '4'

cache:
- "%LOCALAPPDATA%\\Yarn"
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"license": "MIT",
"author": "amasad",
"scripts": {
Expand Down Expand Up @@ -52,7 +53,10 @@
"uglify-js": "^3.0.27",
"util.promisify": "^1.0.0"
},
"private": true,
"engines": {
"node": ">=6",
"yarn": ">=1"
},
"jest": {
"transform": {
".*": "<rootDir>/node_modules/babel-jest"
Expand Down

0 comments on commit d9c99d3

Please sign in to comment.