Skip to content

Commit

Permalink
remove usage stats
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Nov 14, 2017
1 parent 5303919 commit 9221d87
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 74 deletions.
3 changes: 1 addition & 2 deletions lib/jsdoc-to-markdown.js
@@ -1,5 +1,4 @@
'use strict'
const stats = require('jsdoc2md-stats')
const jsdocApi = require('jsdoc-api')
const dmd = require('dmd')
const DmdOptions = require('./dmd-options')
Expand Down Expand Up @@ -169,4 +168,4 @@ class JsdocToMarkdown {
}
}

module.exports = new (stats(JsdocToMarkdown, require('../package').version))()
module.exports = new JsdocToMarkdown()
72 changes: 2 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Expand Up @@ -33,7 +33,6 @@
"dmd": "^3.0.6",
"jsdoc-api": "^3.0.0",
"jsdoc-parse": "^3.0.0",
"jsdoc2md-stats": "^2.0.1",
"walk-back": "^3.0.0"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion test/async.js
Expand Up @@ -3,7 +3,6 @@ const TestRunner = require('test-runner')
const jsdoc2md = require('../')
const a = require('assert')
const fs = require('fs')
jsdoc2md._usage.disable()

const runner = new TestRunner()
const inputFile = 'test/fixture/ignore.js'
Expand Down

0 comments on commit 9221d87

Please sign in to comment.