Skip to content

Commit c7b57a8

Browse files
committed
chore: also add "module", for backwards compatibility
1 parent b186456 commit c7b57a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vite-plugin-ruby/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"version": "3.2.1",
55
"type": "module",
66
"main": "./dist/index.js",
7-
"types": "dist/index.d.ts",
7+
"module": "./dist/index.js",
8+
"types": "./dist/index.d.ts",
89
"exports": {
910
".": {
1011
"import": "./dist/index.js",

0 commit comments

Comments
 (0)