Skip to content

Commit

Permalink
fix: node 8 compatibility (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikaspotluri123 authored and acburdine committed Nov 10, 2017
1 parent 53a3425 commit e1fb3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test": "yarn run lint && yarn run test:all"
},
"engines": {
"node": "^4.5.0 || ^6.9.0 || ^8.8.0"
"node": "^4.5.0 || ^6.9.0 || ^8.9.0"
},
"preferGlobal": true,
"dependencies": {
Expand Down

0 comments on commit e1fb3b0

Please sign in to comment.