Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
fix: add missing main field to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Aug 2, 2022
1 parent d2c5409 commit 3b42753
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-bats-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"cachu": patch
---

fix: add missing `main` field to package.json
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": "6.0.3",
"description": "A simple key-value cache for Node.js.",
"author": "Samuel Kopp <opensource@azury.dev> (https://azury.dev)",
"main": "dist/index.js",
"exports": "./dist/index.js",
"types": "types/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 3b42753

Please sign in to comment.