Skip to content

Commit

Permalink
fix: 🐛 support node 8+
Browse files Browse the repository at this point in the history
  • Loading branch information
samAbeywickrama committed Aug 10, 2019
1 parent dd160b6 commit b8c5bfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules
dist
/dist
build
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"react": "^16.8.6"
},
"engines": {
"node": ">=10"
"node": ">=8"
},
"jest": {
"moduleNameMapper": {
Expand Down

0 comments on commit b8c5bfc

Please sign in to comment.