Skip to content

Commit

Permalink
Add type: module
Browse files Browse the repository at this point in the history
Fixes #55
  • Loading branch information
tomayac committed Jul 20, 2021
1 parent 78e2d3f commit 6b2fd1f
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 37 deletions.
137 changes: 102 additions & 35 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-fs-access",
"version": "0.18.0",
"version": "0.18.1",
"description": "File System Access API with legacy fallback in the browser.",
"browser": "./dist/index.js",
"main": "./dist/index.js",
Expand All @@ -9,6 +9,7 @@
"./package.json": "./package.json"
},
"module": "./dist/index.js",
"type": "module",
"types": "./index.d.ts",
"scripts": {
"start": "npx http-server -o /demo/",
Expand Down Expand Up @@ -39,7 +40,7 @@
},
"homepage": "https://github.com/GoogleChromeLabs/browser-fs-access#readme",
"devDependencies": {
"eslint": "^7.29.0",
"eslint": "^7.31.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.3.0",
"http-server": "^0.12.3",
Expand Down

0 comments on commit 6b2fd1f

Please sign in to comment.