diff --git a/package-lock.json b/package-lock.json index b67f067d5..26f6369cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "base64-inline-loader": "^1.1.1", "bootstrap": "3", "css-loader": "^1.0.0", - "cytoscape": "https://github.com/dbt-labs/cytoscape.js.git#feature/cubic-bezier-edges", + "cytoscape": "github:dbt-labs/cytoscape.js#feature/cubic-bezier-edges", "cytoscape-context-menus": "3.0.5", "cytoscape-dagre": "^2.2.1", "cytoscape-expand-collapse": "^3.1.1", @@ -6065,9 +6065,7 @@ "node_modules/cytoscape": { "version": "3.20.3", "resolved": "git+ssh://git@github.com/dbt-labs/cytoscape.js.git#b8a1192c270de70296a0381bd0bfe26a5ddeada3", - "integrity": "sha512-CJDw3nomL5E4OgviTrBhkfLCVaA5bDS5BTuLKY0Qk+/AK75Quue/e5z68RCpwe2G7XMoPjosP0xOrAje2dn6HQ==", "dev": true, - "license": "MIT", "dependencies": { "heap": "^0.2.6", "lodash.debounce": "^4.0.8" @@ -19340,9 +19338,8 @@ }, "cytoscape": { "version": "git+ssh://git@github.com/dbt-labs/cytoscape.js.git#b8a1192c270de70296a0381bd0bfe26a5ddeada3", - "integrity": "sha512-CJDw3nomL5E4OgviTrBhkfLCVaA5bDS5BTuLKY0Qk+/AK75Quue/e5z68RCpwe2G7XMoPjosP0xOrAje2dn6HQ==", "dev": true, - "from": "cytoscape@https://github.com/dbt-labs/cytoscape.js.git#feature/cubic-bezier-edges", + "from": "cytoscape@github:dbt-labs/cytoscape.js#feature/cubic-bezier-edges", "requires": { "heap": "^0.2.6", "lodash.debounce": "^4.0.8" diff --git a/package.json b/package.json index 81cbb2400..35a3bdc98 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "base64-inline-loader": "^1.1.1", "bootstrap": "3", "css-loader": "^1.0.0", - "cytoscape": "https://github.com/dbt-labs/cytoscape.js.git#feature/cubic-bezier-edges", + "cytoscape": "github:dbt-labs/cytoscape.js#feature/cubic-bezier-edges", "cytoscape-context-menus": "3.0.5", "cytoscape-dagre": "^2.2.1", "cytoscape-expand-collapse": "^3.1.1",