Skip to content

Commit

Permalink
build(NodeJS): require node engine >=6.0.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Dropped support for NodeJS v4. node-jq now requires NodeJS v6+
  • Loading branch information
mackermans committed Dec 1, 2017
1 parent 3e403b5 commit d1f7966
Show file tree
Hide file tree
Showing 3 changed files with 759 additions and 273 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "node"
- "8"
- "6"
- "4"

addons:
code_climate:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"precommit": "npm run lint",
"prepush": "npm test"
},
"engines": {
"npm": ">=6.0.0"
},
"keywords": [
"jq",
"json"
Expand Down
Loading

0 comments on commit d1f7966

Please sign in to comment.