Updated minimum node version
parent
f637c4759d
commit
6285927748
BIN
f95api-1.0.0.tgz
BIN
f95api-1.0.0.tgz
Binary file not shown.
|
@ -9,6 +9,9 @@
|
||||||
},
|
},
|
||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"engines": {
|
||||||
|
"node": ">=0.10"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"unit-test": "nyc --reporter=text mocha",
|
"unit-test": "nyc --reporter=text mocha",
|
||||||
"test": "node ./app/test.js",
|
"test": "node ./app/test.js",
|
||||||
|
|
Loading…
Reference in New Issue