From 5fb3737722773af6364c9ed3f88ad444ff427e70 Mon Sep 17 00:00:00 2001 From: Kshitij Aranke Date: Thu, 13 Jun 2024 16:34:52 +0100 Subject: [PATCH] Use github: specifier instead of URL for cytoscape (#514) --- package-lock.json | 7 ++----- package.json | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b67f067..26f6369 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 81cbb24..35a3bdc 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",