diff --git a/package.json b/package.json index 2b74b96..ee4a93e 100644 --- a/package.json +++ b/package.json @@ -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": {