Merge pull request #5008 from xyflow/dimaMachina-patch-1

Add package.json to exports
This commit is contained in:
Moritz Klack
2025-02-10 18:45:55 +01:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
'@xyflow/react': patch
---
Add package.json to exports

View File

@@ -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",