Skip to content

Commit 8108800

Browse files
authored
Fix typo (#856)
1 parent 3760f4e commit 8108800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The `"exports"` field can also be an object for packages with multiple entry mod
133133
"exports": {
134134
".": "./dist/foo.modern.js", // import "foo" (the default)
135135
"./lite": "./dist/lite.modern.js", // import "foo/lite"
136-
"./full": "./dist/full.modern.js" // import "foo"
136+
"./full": "./dist/full.modern.js" // import "foo/full"
137137
},
138138
"scripts": {
139139
"build": "microbundle src/*.js" // build foo.js, lite.js and full.js

0 commit comments

Comments
 (0)