Update links to point to jsGraph

development
Jon Gadsden 2021-02-09 14:04:40 +00:00 committed by GitHub
parent ccf599b5a5
commit a0a7dbbb83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"name": "mxgraph",
"description": "mxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.",
"version": "4.2.2",
"homepage": "https://github.com/jgraph/mxgraph",
"homepage": "https://github.com/jsgraph/mxgraph",
"author": {
"name": "JGraph Ltd",
"email": "support@jgraph.com"
@ -10,10 +10,10 @@
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/jgraph/mxgraph.git"
"url": "git+https://github.com/jsgraph/mxgraph.git"
},
"bugs": {
"url": "https://github.com/jgraph/mxgraph/issues"
"url": "https://github.com/jsgraph/mxgraph/issues"
},
"main": "./javascript/dist/build.js",
"scripts": {