Skip to content

Commit 93681ca

Browse files
committed
fix: missing folder
1 parent fb41810 commit 93681ca

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.npmignore

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ package-lock.json
1010
yarn.lock
1111

1212
# project files
13-
src
1413
test
1514
examples
1615
example

examples/workers-with-upstash/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"prettier": "^1.18.2"
1515
},
1616
"dependencies": {
17-
"@upstash/redis": "^0.1.0-beta.1"
17+
"@upstash/redis": "^0.1.22"
1818
}
1919
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@upstash/redis",
3-
"version": "0.1.21",
3+
"version": "0.1.22",
44
"description": "An HTTP/REST based Redis client built on top of Upstash REST API.",
55
"author": "Adem ilter <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)