Skip to content

Commit

Permalink
Fix spelling in scripts/gen-esm-proxy.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed Sep 29, 2023
1 parent f89272e commit 4fd3984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/gen-esm-proxy.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ package.json must contain:
"exports": {
".": {
"require": "./dist/cjs/index.js",
"import": "./dist/esmfake/index.js"
"import": "./dist/proxy/index.js"
},
"./protocol": {
"require": "./dist/cjs/foo/index.js",
"import": "./dist/esmfake/foo/index.js"
"import": "./dist/proxy/foo/index.js"
},
Known limitations:
Expand Down

0 comments on commit 4fd3984

Please sign in to comment.