Skip to content

Commit

Permalink
Enforce node engine range to <12 to support node-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
jbccollins committed Apr 25, 2019
1 parent d545080 commit 3d1f546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "my-personal-starter-react-setup",
"version": "0.0.0",
"engines": {
"node": ">=8.0.0"
"node": ">=8.0.0 <12"
},
"main": "server.js",
"scripts": {
Expand Down

0 comments on commit 3d1f546

Please sign in to comment.