diff --git a/package-lock.json b/package-lock.json index 145a37c..0dd1ca7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sayari/trellis", - "version": "0.7.0-rc.13", + "version": "0.7.0-rc.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sayari/trellis", - "version": "0.7.0-rc.13", + "version": "0.7.0-rc.14", "license": "ISC", "workspaces": [ "examples/native", diff --git a/package.json b/package.json index c714d05..a800787 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sayari/trellis", - "version": "0.7.0-rc.13", + "version": "0.7.0-rc.14", "description": "High-performance network visualization library, rendering to WebGL as well as other targets", "main": "./index.js", "exports": "./index.js", @@ -90,7 +90,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/sayari-analytics/trellis.git" + "url": "git+https://github.com/sayari-analytics/trellis.git" }, "workspaces": [ "examples/native",