Skip to content

Commit c676a39

Browse files
committed
refactor: Remove unused systemjs export
The "system" export was removed from the package.json file. This simplifies the package configuration and removes a potentially confusing or unused export.
1 parent 17a309c commit c676a39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
".": {
2929
"import": "./src/Test.js",
3030
"require": "./dist/Test.cjs"
31-
},
32-
"./system": "./dist/Test.js"
31+
}
3332
},
3433
"type": "module",
3534
"main": "./src/Test.js",

0 commit comments

Comments
 (0)