diff options
Diffstat (limited to 'docs/runtime/modules.md')
-rw-r--r-- | docs/runtime/modules.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/modules.md b/docs/runtime/modules.md index 6c33f7336..da9bc9253 100644 --- a/docs/runtime/modules.md +++ b/docs/runtime/modules.md @@ -121,7 +121,7 @@ Bun respects subpath [`"exports"`](https://nodejs.org/api/packages.html#subpath- "name": "foo", "exports": { ".": "./index.js", - "./package.json": "./package.json" # subpath + "./package.json": "./package.json" // subpath } } ``` |