Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac committed Apr 28, 2022
1 parent 4ed8c45 commit 58d3c19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "browser-fs-access",
"version": "0.29.2",
"version": "0.29.3",
"description": "File System Access API with legacy fallback in the browser.",
"type": "module",
"source": "./src/index.js",
"exports": {
".": {
"module": "./dist/index.mjs",
"import": "./dist/index.mjs",
"module": "./dist/index.modern.js",
"import": "./dist/index.modern.js",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"browser": "./dist/index.mjs",
"module": "./dist/index.modern.js",
"browser": "./dist/index.modern.js",
"types": "./index.d.ts",
"files": [
"dist/",
Expand Down

0 comments on commit 58d3c19

Please sign in to comment.