hdoc-tools 0.8.43 → 0.8.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/hdoc-module.js +0 -1
  2. package/package.json +1 -1
package/hdoc-module.js CHANGED
@@ -256,7 +256,6 @@
256
256
  response.success = true;
257
257
  let commits = github_response.data;
258
258
  commits.forEach(function(commit){
259
- console.log(commit)
260
259
  if (commit.committer && commit.committer.type && commit.committer.type.toLowerCase() === 'user' && commit.committer.login.toLowerCase() !== 'web-flow') {
261
260
  if (!contributors[commit.committer.id]) {
262
261
  response.contributor_count++;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hdoc-tools",
3
- "version": "0.8.43",
3
+ "version": "0.8.44",
4
4
  "description": "Hornbill HDocBook Development Support Tool",
5
5
  "main": "hdoc.js",
6
6
  "bin": {