diff --git a/.github/sdk-gen-config.json b/.github/sdk-gen-config.json index 182583a..09c5496 100644 --- a/.github/sdk-gen-config.json +++ b/.github/sdk-gen-config.json @@ -1,5 +1,6 @@ { "npmName": "databox", "npmVersion": "{VERSION}", - "platform": "node" -} \ No newline at end of file + "platform": "node", + "npmRepository": "https://github.com/databox/databox-js.git" +}