From a0800bc57c6fde758182075a90e2fbd96ce67be8 Mon Sep 17 00:00:00 2001 From: Jason Elie Bou Kheir <5115126+jasonboukheir@users.noreply.github.com> Date: Mon, 12 Jul 2021 12:59:15 -0700 Subject: [PATCH] fix: :triangular_flag_on_post: Update package registry --- Packages/com.careboo.unity-algorand-sdk/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Packages/com.careboo.unity-algorand-sdk/package.json b/Packages/com.careboo.unity-algorand-sdk/package.json index 2e22e64da..63c78cfd0 100644 --- a/Packages/com.careboo.unity-algorand-sdk/package.json +++ b/Packages/com.careboo.unity-algorand-sdk/package.json @@ -1,6 +1,6 @@ { "name": "com.careboo.unity-algorand-sdk", - "displayName": "Unity Algorand SDK", + "displayName": "Algorand SDK", "version": "1.0.0-exp.2", "unity": "2020.3", "description": "WARNING: This package has not been audited and it should not be used in a production environment.", @@ -8,7 +8,7 @@ "com.unity.collections": "1.0.0-pre.3" }, "publishConfig": { - "registry": "https://npm.pkg.github.com/@careboo" + "registry": "https://npm.pkg.github.com/@CareBoo" }, "type": "tool" }