Skip to content

Commit 64d7f59

Browse files
author
Alexander Dmitrjuk
committed
set package as module
1 parent f0a8276 commit 64d7f59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "redis-functions-balancer",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Balance NodeJs functions with Redis",
55
"repository": "https://github.com/dmitryuk/RedisFunctionsBalancer",
66
"main": "index.ts",
7+
"type": "module",
78
"scripts": {
89
"test": "./node_modules/mocha/bin/mocha"
910
},

0 commit comments

Comments
 (0)