chore(react): cleanup build and package.json

This commit is contained in:
moklick
2023-12-26 17:45:39 +01:00
parent 3960c3bf67
commit 12eb2ff0b8
6 changed files with 1238 additions and 819 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
],
"source": "src/index.ts",
"main": "dist/umd/index.js",
"module": "dist/esm/index.mjs",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"exports": {
".": {
@@ -32,7 +32,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/wbkd/react-flow.git",
"url": "https://github.com/xyflow/xyflow.git",
"directory": "packages/system"
},
"scripts": {