Skip to content

Commit 68087fd

Browse files
Revert "Fix a mistake in the readme (#649)" (#651)
This reverts commit 9e41e74.
1 parent 9e41e74 commit 68087fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ Microbundle uses the fields from your `package.json` to figure out where it shou
172172
{
173173
"main": "dist/foo.js", // CommonJS bundle
174174
"umd:main": "dist/foo.umd.js", // UMD bundle
175-
"module": "dist/foo.m.js", // Modern bundle
176-
"esmodule": "dist/foo.modern.js", // ES Modules bundle
175+
"module": "dist/foo.m.js", // ES Modules bundle
176+
"esmodule": "dist/foo.modern.js", // Modern bundle
177177
"types": "dist/foo.d.ts" // TypeScript typings
178178
}
179179
```

0 commit comments

Comments
 (0)