Skip to content

Commit b5d1904

Browse files
authoredJan 19, 2025··
Merge pull request #124 from smeng9/react-19-workaround
Expose files in package to workaround multiple version of react
2 parents 1cc685f + f9c0dda commit b5d1904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/ove/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"import": "./index.es.js",
99
"require": "./index.cjs.js"
1010
},
11-
"./style.css": "./style.css"
11+
"./*": "./*"
1212
}
1313
}

0 commit comments

Comments
 (0)
Please sign in to comment.