Skip to content

Commit

Permalink
Revert "Fix a mistake in the readme (#649)" (#651)
Browse files Browse the repository at this point in the history
This reverts commit 9e41e74.
  • Loading branch information
ForsakenHarmony authored Jun 5, 2020
1 parent 9e41e74 commit 68087fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ Microbundle uses the fields from your `package.json` to figure out where it shou
{
"main": "dist/foo.js", // CommonJS bundle
"umd:main": "dist/foo.umd.js", // UMD bundle
"module": "dist/foo.m.js", // Modern bundle
"esmodule": "dist/foo.modern.js", // ES Modules bundle
"module": "dist/foo.m.js", // ES Modules bundle
"esmodule": "dist/foo.modern.js", // Modern bundle
"types": "dist/foo.d.ts" // TypeScript typings
}
```
Expand Down

0 comments on commit 68087fd

Please sign in to comment.