Fix npm publication
[poolifier.git] / package.json
index 2b17f3a674ca2ca58bf1645fc2daa48f8ddb0c9e..f6d56b7bece7a6d3393550ed1f8f0fa05a9ab278 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier",
-  "version": "2.2.0",
+  "version": "2.2.2",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
   "main": "lib/index.js",
   "scripts": {
@@ -12,7 +12,6 @@
     "benchmark:prod": "npm run build:prod && node -r source-map-support/register benchmarks/internal/bench.js",
     "test": "npm run build && nyc mocha 'tests/**/*.test.js'",
     "test:debug": "npm run build && mocha --no-parallel --inspect 'tests/**/*.test.js'",
-    "test:prod": "npm run build:prod && nyc mocha 'tests/**/*.test.js'",
     "coverage": "nyc report --reporter=lcov",
     "coverage:html": "nyc report --reporter=html",
     "format": "prettier --loglevel silent --write .; prettierx --write .",