X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=e707420ff0896c201595d94b9489c7e9186a2864;hb=36354c943b5a643e3fa037cd76a07eaf461d4050;hp=053c681b29a3a04d71ae705768d3a5aefdd35078;hpb=279c70505fdd1101fc38bdb66f14f69aa62f1097;p=poolifier.git diff --git a/package.json b/package.json index 053c681b..e707420f 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "poolifier", - "version": "1.1.0", + "version": "1.2.0", "description": "Library on top of node js worker threads that implement various worker pools type", "main": "index.js", + "types": "index.d.ts", "scripts": { "build": "npm install", "test": "standard && nyc mocha --exit --timeout 20000 tests/*test.js ",