Skip to content

Commit

Permalink
Adding types to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fishcharlie committed Aug 25, 2022
1 parent 416525a commit 80f151d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "3.1.0",
"description": "HeapStash is a library that allows for easy caching in Node.js, with many advanced features such as TTL, maximum items in memory cache, external cache support, and more.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/*"
],
Expand Down

0 comments on commit 80f151d

Please sign in to comment.