Skip to content

Commit

Permalink
Added more users to the contributors list and bumped the version up t…
Browse files Browse the repository at this point in the history
…o 1.0.2
  • Loading branch information
b-dur committed Aug 12, 2016
1 parent 1b6bab9 commit dbaadb6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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" : "[email protected]:trustpilot/trustpilot-node-sdk.git"
},
"keywords": [
Expand All @@ -33,6 +33,9 @@
"request-promise": "^1.0.1"
},
"contributors": [
"Luke Pommersheim <[email protected]>"
"Luke Pommersheim <[email protected]>",
"Bardur Pihl <[email protected]>",
"bassjobsen <[email protected]>",
"kjvarley <[email protected]>"
]
}

0 comments on commit dbaadb6

Please sign in to comment.