From 81088002d3581a093e177407308a934331b6b843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdussamet=20Ko=C3=A7ak?= Date: Wed, 16 Jun 2021 17:34:24 +0300 Subject: [PATCH] Fix typo (#856) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b544af3..42d786cc 100644 --- a/README.md +++ b/README.md @@ -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