Skip to content

Commit f2e8b26

Browse files
Update doc/api/esm.md
Co-Authored-By: Geoffrey Booth <GeoffreyBooth@users.noreply.github.com>
1 parent d030297 commit f2e8b26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/esm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ For example, a package that wants to provide different ES module exports for
348348

349349
<!-- eslint-skip -->
350350
```js
351-
// ./node_modules/pkg/package.json
351+
// package.json
352352
{
353353
"main": "./main-require.cjs",
354354
"exports": {

0 commit comments

Comments
 (0)