Skip to content

Commit

Permalink
fixed node version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
dereknelson committed Oct 17, 2019
1 parent e9cf796 commit fab223a
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 @@
"prettier": "^1.18.2"
},
"engines": {
"node": "10.16.3"
"node": ">=10.16.0"
},
"bin": {
"expo-config": "./bin/expo-config.js"
Expand Down

0 comments on commit fab223a

Please sign in to comment.