gitbook-comment
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "gitbook-comment", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Generate Markdown file from comments in source code", | ||
@@ -5,0 +5,0 @@ "main": "src/gitbook-comment.js", |
@@ -135,3 +135,3 @@ // # Markdown Generator | ||
if (!success) return false | ||
return execGit('git commit -a -m "add doc"') | ||
return execGit('git add -A && git commit -a -m "add doc"') | ||
}) | ||
@@ -138,0 +138,0 @@ .then((success) => { |
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
10568