Skip to content

Commit

Permalink
Fix export map
Browse files Browse the repository at this point in the history
  • Loading branch information
dbiguenet committed Nov 24, 2023
1 parent d1d05ed commit ff550f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/packages/reality-data-transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Utils to upload local data to context share",
"exports": {
"node": {
"types": "./lib/esm/NodeMain.d.ts",
"types": "./lib/cjs/NodeMain.d.ts",
"import": "./lib/esm/NodeMain.js",
"require": "./lib/cjs/NodeMain.js"
},
Expand Down

0 comments on commit ff550f3

Please sign in to comment.