Skip to content

Commit 5e893a5

Browse files
committed
Improve package.json
1 parent d0d1a94 commit 5e893a5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

yfiles-layout-reactflow/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@yworks/yfiles-layout-reactflow",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": {
55
"name": "yFiles for HTML team @ yWorks GmbH",
66
"email": "[email protected]"
77
},
88
"description": "yFiles Layouts for React Flow - A layout library for React Flow providing powerful yFiles layout algorithms and supporting components",
99
"keywords": ["react", "yfiles", "javascript", "typescript", "library", "graph", "diagram", "layout", "reactflow"],
10-
"homepage": "https://www.yworks.com/",
10+
"homepage": "https://docs.yworks.com/yfiles-layout-reactflow",
1111
"main": "./dist/index.js",
1212
"types": "./dist/index.d.ts",
1313
"type": "module",
@@ -17,7 +17,10 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "https://vcs.yworks.home/rhodecode/react-yfiles/layout-for-react-flow"
20+
"url": "https://github.com/yWorks/yfiles-layout-reactflow.git"
21+
},
22+
"bugs": {
23+
"url": "https://github.com/yWorks/yfiles-layout-reactflow/issues"
2124
},
2225
"license": "SEE LICENSE IN ./LICENSE",
2326
"exports": {

0 commit comments

Comments
 (0)