Skip to content

Commit

Permalink
Merge pull request #9 from tiagosiebler/npmrelease101
Browse files Browse the repository at this point in the history
fix(): repo url
  • Loading branch information
tiagosiebler committed Jun 13, 2024
2 parents 95af1ce + b533da2 commit 5a8b1a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gateio-api",
"version": "1.0.0",
"version": "1.0.1",
"description": "Complete & robust Node.js SDK for Gate.io's REST APIs, WebSockets & WebSocket APIs, with TypeScript declarations.",
"scripts": {
"clean": "rm -rf dist/*",
Expand Down Expand Up @@ -77,10 +77,10 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tiagosiebler/gate-api"
"url": "https://github.com/tiagosiebler/gateio-api"
},
"bugs": {
"url": "https://github.com/tiagosiebler/gate-api/issues"
"url": "https://github.com/tiagosiebler/gateio-api/issues"
},
"homepage": "https://github.com/tiagosiebler/gate-api#readme"
"homepage": "https://github.com/tiagosiebler/gateio-api#readme"
}

0 comments on commit 5a8b1a8

Please sign in to comment.