Skip to content

Commit

Permalink
Correcting Github references in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed Sep 4, 2024
1 parent 80ee2ce commit be56db9
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": "json-to-zod-plus",
"version": "1.0.0",
"version": "1.0.1",
"description": "Converts JSON objects or files into simple Zod schemas.",
"main": "index.js",
"scripts": {
Expand All @@ -12,14 +12,14 @@
"converter",
"cli"
],
"author": "Stefan Terdell",
"author": "Mikkel Jakobsen",
"contributors": [
"Renato Sinohara (https://github.com/rsinohara)"
"Mikkel Jakobsen Sinohara (https://github.com/spaceo)"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/StefanTerdell/json-to-zod"
"url": "https://github.com/spaceo/json-to-zod"
},
"bin": {
"json-to-zod": "./dist/src/cli.js"
Expand Down

0 comments on commit be56db9

Please sign in to comment.