Updated minimum node version

pull/4/head
MillenniumEarl 2020-10-02 16:46:09 +02:00
parent f637c4759d
commit 6285927748
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -9,6 +9,9 @@
},
"license": "UNLICENSED",
"private": true,
"engines": {
"node": ">=0.10"
},
"scripts": {
"unit-test": "nyc --reporter=text mocha",
"test": "node ./app/test.js",