Skip to content

Commit

Permalink
Merge pull request #63 from louisgv/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed May 30, 2023
2 parents ca7de52 + eafec4f commit 82d2811
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
"types": "./@type/browser.d.ts",
"import": "./lib/browser.js"
},
"default": "./lib/index.js"
"default": {
"types": "./@type/index.d.ts",
"import": "./lib/index.js"
}
},
"./file-from-path": {
"types": "./@type/fileFromPath.d.ts",
Expand Down

0 comments on commit 82d2811

Please sign in to comment.