Skip to content

Commit

Permalink
Merge pull request #13 from BitGo/fix-repo-url
Browse files Browse the repository at this point in the history
fix: use BitGo's repo URL in package.json
  • Loading branch information
ericcrosson-bitgo authored Jul 11, 2024
2 parents cd4f9ad + 162d1ab commit 66bf940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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 <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 66bf940

Please sign in to comment.