Skip to content

Commit

Permalink
Merge pull request #52 from niedzielski/fix/package-exports
Browse files Browse the repository at this point in the history
[fix][NPM] Add package.json to exports
  • Loading branch information
tomayac authored Jun 7, 2021
2 parents 31995c7 + 8c67d29 commit b5df125
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 @@ -4,7 +4,10 @@
"description": "File System Access API with legacy fallback in the browser.",
"browser": "./dist/index.js",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"module": "./dist/index.js",
"types": "./index.d.ts",
"scripts": {
Expand Down

0 comments on commit b5df125

Please sign in to comment.