Skip to content

Commit

Permalink
lower node.js version requirements (antonmedv#6)
Browse files Browse the repository at this point in the history
* lower node.js version requirements

See antonmedv#5

* lower node requirements in Travic
  • Loading branch information
Offirmo authored and antonmedv committed Jun 26, 2018
1 parent e1fb116 commit 7c7001e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: node_js
node_js:
- "9"
- "8"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"cli"
],
"engines": {
"node": ">=9"
"node": ">=8"
},
"dependencies": {
"get-stdin": "^5.0.1",
Expand Down

0 comments on commit 7c7001e

Please sign in to comment.