Skip to content

Commit 2de4f49

Browse files
authored
chore: export redlock types (#3)
1 parent a4d47ce commit 2de4f49

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kittl/node-redlock",
3-
"version": "5.0.0-beta.3",
3+
"version": "5.0.0-beta.4",
44
"description": "A node.js redlock implementation for distributed redis locks",
55
"license": "MIT",
66
"author": {
@@ -19,7 +19,8 @@
1919
"exports": {
2020
".": {
2121
"import": "./dist/esm/index.js",
22-
"require": "./dist/cjs/index.js"
22+
"require": "./dist/cjs/index.js",
23+
"types": "./dist/index.d.ts"
2324
}
2425
},
2526
"keywords": [

0 commit comments

Comments
 (0)