Merge pull request #5008 from xyflow/dimaMachina-patch-1
Add package.json to exports
This commit is contained in:
5
.changeset/polite-hounds-yawn.md
Normal file
5
.changeset/polite-hounds-yawn.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@xyflow/react': patch
|
||||
---
|
||||
|
||||
Add package.json to exports
|
||||
@@ -28,6 +28,7 @@
|
||||
"module": "dist/esm/index.js",
|
||||
"types": "dist/esm/index.d.ts",
|
||||
"exports": {
|
||||
"./package.json": "./package.json",
|
||||
".": {
|
||||
"node": {
|
||||
"types": "./dist/esm/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user