sync-to-github
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -177,3 +177,8 @@ var GitHubApi = require('github'); | ||
}, params); | ||
debug(options, 'gitdata', name, params); | ||
var loggedParams = _.merge({}, params); | ||
if (typeof(loggedParams.contents) === 'string') { | ||
loggedParams.contents = | ||
'[' + loggedParams.contents.length + ' characters]'; | ||
} | ||
debug(options, 'gitdata', name, loggedParams); | ||
return method.call(gitdata, realParams); | ||
@@ -180,0 +185,0 @@ } |
{ | ||
"name": "sync-to-github", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Easily sync a directory of files to a GitHub repo using the GitHub API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14439
326