1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-17 03:34:01 +02:00

docs(package.json): change the required node version

This commit is contained in:
BcRikko
2020-03-16 15:48:23 +09:00
parent 33b6538072
commit 5270b84349

View File

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