Skip to content

Commit

Permalink
Fix package.json exports paths
Browse files Browse the repository at this point in the history
Closes #695
  • Loading branch information
carhartl committed Jul 15, 2021
1 parent dd1699f commit 8bc821c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,8 +7,8 @@
"unpkg": "dist/js.cookie.umd.min.js",
"jsdelivr": "dist/js.cookie.umd.min.js",
"exports": {
"import": "dist/js.cookie.mjs",
"require": "dist/js.cookie.js"
"import": "./dist/js.cookie.mjs",
"require": "./dist/js.cookie.js"
},
"directories": {
"test": "test"
Expand Down

0 comments on commit 8bc821c

Please sign in to comment.