From 162d1abd3601ee8620a8cf4944563bddec444409 Mon Sep 17 00:00:00 2001 From: Jason Yuan Date: Thu, 11 Jul 2024 18:17:53 -0400 Subject: [PATCH] fix: use BitGo's repo URL in package.json Ticket: VL-2052 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b183adb0..cd8a3ad0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo-forks/io-ts", - "version": "2.1.4", + "version": "0.0.0-semantic-release-managed", "description": "TypeScript compatible runtime type system for IO validation", "files": [ "lib", @@ -29,7 +29,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/gcanti/io-ts.git" + "url": "https://github.com/BitGo/io-ts.git" }, "author": "Giulio Canti ", "license": "MIT",