Skip to content

Commit

Permalink
fixing package.json homepage links
Browse files Browse the repository at this point in the history
  • Loading branch information
zemd committed Aug 24, 2024
1 parent 3772bdf commit 2d534c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apis/figma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"email": "dmytro.zelenetskyi@gmail.com",
"url": "https://codeandgin.co"
},
"homepage": "https://github.com/zemd/apis/apis/figma",
"homepage": "https://github.com/zemd/apis/tree/main/apis/figma",
"repository": {
"type": "git",
"url": "https://github.com/zemd/apis.git"
Expand Down Expand Up @@ -41,4 +41,4 @@
"@zemd/http-client": "^2.0.0",
"zod": "^3.23.8"
}
}
}
4 changes: 2 additions & 2 deletions apis/flickr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"email": "dmytro.zelenetskyi@gmail.com",
"url": "https://codeandgin.co"
},
"homepage": "https://github.com/zemd/apis/apis/flickr",
"homepage": "https://github.com/zemd/apis/tree/main/apis/flickr",
"repository": {
"type": "git",
"url": "https://github.com/zemd/apis.git"
Expand Down Expand Up @@ -41,4 +41,4 @@
"@zemd/http-client": "^2.0.0",
"zod": "^3.23.8"
}
}
}

0 comments on commit 2d534c6

Please sign in to comment.