Skip to content

Commit

Permalink
update the urls in package,json
Browse files Browse the repository at this point in the history
  • Loading branch information
teunmooij committed Mar 15, 2023
1 parent 1bcba92 commit 2cea6c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zod.discriminatedunion",
"version": "1.0.0",
"version": "1.0.1",
"description": "DiscriminatedUnion schema for Zod",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/teunmooij/typescript-module-template.git"
"url": "git+https://github.com/teunmooij/zod-discriminated-union.git"
},
"keywords": [
"zod",
Expand All @@ -53,7 +53,7 @@
"author": "Teun Mooij",
"license": "MIT",
"bugs": {
"url": "https://github.com/teunmooij/typescript-module-template/issues"
"url": "https://github.com/teunmooij/zod-discriminated-union/issues"
},
"homepage": "https://github.com/teunmooij/typescript-module-template#readme"
"homepage": "https://github.com/teunmooij/zod-discriminated-union#readme"
}

0 comments on commit 2cea6c6

Please sign in to comment.