Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
Make package.json available as export
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Sep 1, 2021
1 parent e679d02 commit 31c9a32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -6,7 +6,10 @@
"unpkg": "dist/ts-cookie.min.mjs",
"jsdelivr": "dist/ts-cookie.min.mjs",
"exports": {
"import": "./dist/ts-cookie.mjs"
".": {
"import": "./dist/ts-cookie.mjs"
},
"./package.json": "./package.json"
},
"directories": {
"test": "test"
Expand Down

0 comments on commit 31c9a32

Please sign in to comment.