Skip to content

Commit

Permalink
work around Requizzle bug (jsdoc#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
hegemonic committed Jun 10, 2014
1 parent d4219ba commit bbd06c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@ cli.createParser = function() {
cli.parseFiles = function() {
var augment = require('jsdoc/augment');
var borrow = require('jsdoc/borrow');
var Package = require('jsdoc/package').Package;
// Prevent Requizzle from picking up package.json. See #662.
var Package = require('./lib/jsdoc/package').Package;

var docs;
var packageDocs;
Expand Down

0 comments on commit bbd06c4

Please sign in to comment.