Skip to content

Commit 6a5057a

Browse files
authored
fix: fix type exports for local-lru submodule (#44)
1 parent 6e41d11 commit 6a5057a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/nextjs-cache-handler/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
],
5050
"redis-strings": [
5151
"dist/handlers/redis-strings.d.ts"
52+
],
53+
"local-lru": [
54+
"dist/handlers/local-lru.d.ts"
5255
]
5356
}
5457
},

0 commit comments

Comments
 (0)