Skip to content

Commit

Permalink
Ensure node version is compatible with eslint + nvmrc (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored and iRoachie committed Oct 7, 2018
1 parent 8f79b3e commit 40d9c46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8.11.3
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"scripts": {
"test": "eslint *.js"
},
"engines": {
"node": "^6.14.0 || ^8.10.0 || >=9.10.0"
},
"keywords": [
"react-native",
"react-component",
Expand Down

0 comments on commit 40d9c46

Please sign in to comment.