Skip to content

Commit

Permalink
build(npm): remove node engine check for <13
Browse files Browse the repository at this point in the history
Closes #414
Closes #415 (that PR willed be superseded b/c this one upgrades node-sass to allow for Node 14)
  • Loading branch information
Pete Colapietro committed May 30, 2020
1 parent 5c8c349 commit cefe57b
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 @@ -40,7 +40,7 @@
"framework"
],
"engines": {
"node": ">=10.0.0 <13.0.0"
"node": ">=10.0.0"
},
"author": "BcRikko (https://github.com/Bcrikko)",
"license": "MIT",
Expand Down

0 comments on commit cefe57b

Please sign in to comment.