We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a8276 commit 64d7f59Copy full SHA for 64d7f59
package.json
@@ -1,9 +1,10 @@
1
{
2
"name": "redis-functions-balancer",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "Balance NodeJs functions with Redis",
5
"repository": "https://github.com/dmitryuk/RedisFunctionsBalancer",
6
"main": "index.ts",
7
+ "type": "module",
8
"scripts": {
9
"test": "./node_modules/mocha/bin/mocha"
10
},
0 commit comments