<h2 id="nv">Node versions</h2>
-You can use node version 10.x with --experimental-worker flag, or you can use an higher version (i.e 12.x) <br>
+You can use node versions 12.x , 13.x <br>
<h2 id="api">API</h2>
"main": "index.js",
"scripts": {
"build": "npm install",
- "test": "standard && nyc mocha --experimental-worker --exit --timeout 20000 tests/*test.js ",
+ "test": "standard && nyc mocha --exit --timeout 20000 tests/*test.js ",
"debug-test": "mocha --inspect-brk --experimental-worker --exit tests/*test.js ",
"demontest": "nodemon --exec \"npm test\"",
"coverage": "nyc report --reporter=text-lcov tests/*test.js | coveralls",