Skip to content

Commit 66bf940

Browse files
Merge pull request #13 from BitGo/fix-repo-url
fix: use BitGo's repo URL in package.json
2 parents cd4f9ad + 162d1ab commit 66bf940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo-forks/io-ts",
3-
"version": "2.1.4",
3+
"version": "0.0.0-semantic-release-managed",
44
"description": "TypeScript compatible runtime type system for IO validation",
55
"files": [
66
"lib",
@@ -29,7 +29,7 @@
2929
},
3030
"repository": {
3131
"type": "git",
32-
"url": "https://github.com/gcanti/io-ts.git"
32+
"url": "https://github.com/BitGo/io-ts.git"
3333
},
3434
"author": "Giulio Canti <[email protected]>",
3535
"license": "MIT",

0 commit comments

Comments
 (0)