Update README.MD
[poolifier.git] / package.json
index a53d9dcfe67a0b7400bc9317af46156ef7bd981b..d9d8484d6f99a757793ebef4c34c4a955b612a7f 100644 (file)
@@ -1,14 +1,14 @@
 {
-  "name": "node-thread-pool",
+  "name": "poolifier",
   "version": "0.0.1",
   "description": "Library on top of node js worker threads that implement various worker pools type",
   "main": "index.js",
   "scripts": {
     "build": "npm install",
-    "test": "standard && nyc mocha --experimental-worker --exit --timeout 20000 tests/*test.js ",
-    "debug-test": "mocha --inspect-brk --experimental-worker --exit tests/*test.js ",
+    "test": "standard && nyc mocha --exit --timeout 20000 tests/*test.js ",
+    "debug-test": "mocha --inspect-brk --exit tests/*test.js ",
     "demontest": "nodemon --exec \"npm test\"",
-    "coverage": "nyc report --reporter=text-lcov tests/*test.js | coveralls",
+    "coverage": "nyc report --reporter=text-lcov | coveralls",
     "standard-verbose": "npx standard --verbose",
     "lint": "standard --fix"
   },