Skip to content

Commit

Permalink
Fix typo (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdusco authored Jun 16, 2021
1 parent 3760f4e commit 8108800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ The `"exports"` field can also be an object for packages with multiple entry mod
"exports": {
".": "./dist/foo.modern.js", // import "foo" (the default)
"./lite": "./dist/lite.modern.js", // import "foo/lite"
"./full": "./dist/full.modern.js" // import "foo"
"./full": "./dist/full.modern.js" // import "foo/full"
},
"scripts": {
"build": "microbundle src/*.js" // build foo.js, lite.js and full.js
Expand Down

0 comments on commit 8108800

Please sign in to comment.