diff --git a/package.json b/package.json index 8aeed51..dca2164 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@evercatch/sdk", - "version": "0.0.1", + "version": "0.0.2", "description": "Evercatch SDK for Node.js/TypeScript (Coming Soon)", "main": "index.js", "author": "Evercatch ", @@ -9,12 +9,16 @@ "type": "git", "url": "https://git.psmattas.com/evercatch/evercatch-node" }, - "keywords": ["evercatch", "webhooks", "sdk"], + "keywords": [ + "evercatch", + "webhooks", + "sdk" + ], "engines": { "node": ">=16" }, "scripts": { - "publish:public": "npm publish", - "publish:gitea": "npm publish --registry=https://git.psmattas.com/api/packages/Evercatch/npm/" -} + "publish:public": "npm publish", + "publish:gitea": "npm publish --registry=https://git.psmattas.com/api/packages/Evercatch/npm/" + } }