-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added more users to the contributors list and bumped the version up t…
…o 1.0.2
- Loading branch information
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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]>" | ||
] | ||
} |