1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-12 09:24:04 +02:00

build(npm): remove node engine check for <13

Closes #414
Closes #415 (that PR willed be superseded b/c this one upgrades node-sass to allow for Node 14)
This commit is contained in:
Pete Colapietro
2020-05-09 22:56:40 -04:00
parent 5c8c349178
commit cefe57ba6f

View File

@@ -40,7 +40,7 @@
"framework" "framework"
], ],
"engines": { "engines": {
"node": ">=10.0.0 <13.0.0" "node": ">=10.0.0"
}, },
"author": "BcRikko (https://github.com/Bcrikko)", "author": "BcRikko (https://github.com/Bcrikko)",
"license": "MIT", "license": "MIT",