diff --git a/package.json b/package.json index 16e256b..af78253 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ebics-client", - "version": "0.0.4", + "version": "0.0.5", "description": "Node.js ISO 20022 Compliant EBICS Client", "main": "index.js", "scripts": { @@ -17,6 +17,12 @@ "api" ], "author": "eCollect Sofia Tech Team", + "contributors": [ + { + "name": "Vasyl Stashuk", + "url": "https://github.com/vasyas" + } + ], "license": "MIT", "dependencies": { "bn.js": "^4.11.8",