Skip to content

Commit

Permalink
Merge pull request #4 from sidharthv96/main
Browse files Browse the repository at this point in the history
Add export map
  • Loading branch information
MacFJA committed May 27, 2021
2 parents 2cb3b26 + 549032f commit 6802149
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"description": "A Svelte store that keep its value through pages and reloads",
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
"files": [
"src/",
"dist/",
Expand Down

0 comments on commit 6802149

Please sign in to comment.