feat(react,svelte): add homepage, repo and issues links to package.json
This commit is contained in:
@@ -11,6 +11,15 @@
|
||||
"react-flow",
|
||||
"xyflow"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/xyflow/xyflow.git",
|
||||
"directory": "packages/react"
|
||||
},
|
||||
"homepage": "https://reactflow.dev",
|
||||
"bugs": {
|
||||
"url": "https://github.com/xyflow/xyflow/issues"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
@@ -34,11 +43,6 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/xyflow/xyflow.git",
|
||||
"directory": "packages/react"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "concurrently \"rollup --config node:@xyflow/rollup-config --watch\" pnpm:css-watch",
|
||||
"build": "rollup --config node:@xyflow/rollup-config --environment NODE_ENV:production && npm run css",
|
||||
|
||||
Reference in New Issue
Block a user