Skip to content

Commit

Permalink
export package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
s11richard authored and carhartl committed Sep 1, 2021
1 parent a6345f0 commit 2a8d172
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Expand Up @@ -7,8 +7,11 @@
"unpkg": "dist/js.cookie.min.js",
"jsdelivr": "dist/js.cookie.min.js",
"exports": {
"import": "./dist/js.cookie.mjs",
"require": "./dist/js.cookie.js"
".": {
"import": "./dist/js.cookie.mjs",
"require": "./dist/js.cookie.js"
},
"./package.json": "./package.json"
},
"directories": {
"test": "test"
Expand Down

0 comments on commit 2a8d172

Please sign in to comment.