Skip to content

Commit

Permalink
fix: missing type-def (#5786)
Browse files Browse the repository at this point in the history
* fix: midding type-def

* Update package.json

* Update package.json
  • Loading branch information
hrishikesh-k authored Jul 31, 2024
1 parent afdb4ac commit 4433cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cache-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"type": "module",
"exports": "./lib/main.js",
"main": "./lib/main.js",
"types": "./lib.main.d.ts",
"types": "./lib/main.d.ts",
"files": [
"lib/**/*.js"
"lib/**/*.{js,d.ts}"
],
"author": "Netlify Inc.",
"scripts": {
Expand Down

0 comments on commit 4433cc3

Please sign in to comment.