Skip to content

Commit 916278a

Browse files
Don't use default, but import
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 619dfc3 commit 916278a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/roslib/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@
1212
"exports": {
1313
".": {
1414
"types": "./dist/RosLib.d.ts",
15-
"default": "./dist/RosLib.js"
15+
"import": "./dist/RosLib.js"
1616
},
1717
"./package.json": "./package.json"
1818
},
19-
},
2019
"type": "module",
2120
"devDependencies": {
2221
"@eslint/js": "^9.32.0",

0 commit comments

Comments
 (0)