diff --git a/package.json b/package.json index 4882898..58c3081 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { "name": "redis-functions-balancer", - "version": "1.0.4", + "version": "1.0.5", "description": "Balance NodeJs functions with Redis", "repository": "https://github.com/dmitryuk/RedisFunctionsBalancer", "main": "index.ts", + "type": "module", "scripts": { "test": "./node_modules/mocha/bin/mocha" },