Skip to content

Commit f7c7990

Browse files
build: updated package.json module export to exports keyword
1 parent 5f73ba3 commit f7c7990

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
"license": "MIT",
1717
"author": "Rimac Technology d.o.o.",
1818
"type": "module",
19-
"main": "dist/index.js",
19+
"exports": {
20+
".": {
21+
"default": "./dist/index.js"
22+
}
23+
},
2024
"files": [
2125
"dist"
2226
],

0 commit comments

Comments
 (0)