Skip to content

Commit 0fefd45

Browse files
committed
v2.1.0
1 parent 4046516 commit 0fefd45

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "handy-redis",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"description": "A redis client with first-class Promise and TypeScript support, and extensive documentation.",
55
"keywords": [
66
"redis",
@@ -20,7 +20,11 @@
2020
"main": "dist/index.js",
2121
"types": "dist/index.d.ts",
2222
"typesVersions": {
23-
"<=4.0": { "*": ["ts34/*"] }
23+
"<=4.0": {
24+
"*": [
25+
"ts34/*"
26+
]
27+
}
2428
},
2529
"files": [
2630
"dist",

0 commit comments

Comments
 (0)