diff --git a/docs/runtime/modules.md b/docs/runtime/modules.md index cde5890a8600ce..aac48fa585c2a0 100644 --- a/docs/runtime/modules.md +++ b/docs/runtime/modules.md @@ -181,7 +181,6 @@ Once it finds the `foo` package, Bun reads the `package.json` to determine how t "name": "foo", "exports": { "bun": "./index.js", - "worker": "./index.js", "node": "./index.js", "require": "./index.js", // if importer is CommonJS "import": "./index.mjs", // if importer is ES module