Skip to content

Commit

Permalink
Hopefully support for Node 4+ now instead of Node 5+
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzer committed Feb 3, 2016
1 parent 35edf2f commit fb51b43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets": [
"es2015-node5"
"es2015"
]
}
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
language: node_js
node_js:
- "4"
- "5"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-eslint": "^4.1.8",
"babel-preset-es2015-node5": "^1.1.2",
"babel-preset-es2015": "^6.3.13",
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"eslint": "^1.10.3",
Expand All @@ -41,6 +41,6 @@
"request": "^2.69.0"
},
"engines": {
"node": ">=5.0.0"
"node": ">=4.0.0"
}
}

0 comments on commit fb51b43

Please sign in to comment.