Skip to content

Commit 7d3aa82

Browse files
committed
Adding types to exports, fixes #84
1 parent cfaf252 commit 7d3aa82

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tiny-lru",
33
"description": "Tiny LRU cache for Client or Server",
4-
"version": "11.0.0",
4+
"version": "11.0.1",
55
"homepage": "https://github.com/avoidwork/tiny-lru",
66
"author": "Jason Mulligan <[email protected]>",
77
"repository": {
@@ -19,6 +19,7 @@
1919
"source": "src/lru.js",
2020
"main": "dist/tiny-lru",
2121
"exports": {
22+
"types": "./lru.d.ts",
2223
"import": "./dist/tiny-lru.js",
2324
"require": "./dist/tiny-lru.cjs"
2425
},

0 commit comments

Comments
 (0)