Skip to content

Commit

Permalink
fix version to 1.2.0, rm console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikkukacka committed Jul 14, 2017
1 parent 70d873b commit 99d72de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ function Client(accessKey, businessId){
}
}, function(err){
// All files saved. Now save the document
console.log(JSON.stringify(document));

_.forEach(document.files, function(file, index) {
var sendFile = _.mapKeys(file, function(value, key) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eversign",
"version": "1.2",
"version": "1.2.0",
"description": "Nodejs client for eversign api",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 99d72de

Please sign in to comment.