Skip to content

Commit

Permalink
Increased minimal node version to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
vtrushin committed Oct 9, 2018
1 parent c45d080 commit e69b9aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
["@babel/preset-env", {
"modules": false,
"targets": {
"node": 4
"node": 6
}
}]
]
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-to-ast",
"version": "2.0.4",
"version": "2.0.5",
"author": "Vlad Trushin",
"description": "JSON AST parser",
"homepage": "https://github.com/vtrushin/json-to-ast",
Expand All @@ -27,7 +27,7 @@
"CHANGELOG.md"
],
"engines": {
"node": ">= 4"
"node": ">= 6"
},
"scripts": {
"build": "rollup -c",
Expand Down

0 comments on commit e69b9aa

Please sign in to comment.