diff --git a/package.json b/package.json index d9b2b76..c9f1f57 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "trustpilot", - "version": "1.0.1", + "version": "1.0.2", "description": "node module for Trustpilot api", "main": "./src/client.js", "scripts": { "start": "node src/client.js", "test": "gulp test" }, - "repository" : - { "type" : "git", + "repository" : { + "type" : "git", "url" : "git@github.com:trustpilot/trustpilot-node-sdk.git" }, "keywords": [ @@ -33,6 +33,9 @@ "request-promise": "^1.0.1" }, "contributors": [ - "Luke Pommersheim " + "Luke Pommersheim ", + "Bardur Pihl ", + "bassjobsen ", + "kjvarley " ] }