Skip to content

Commit

Permalink
fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Nov 20, 2014
1 parent 750d507 commit 3d7a74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var license = require('./license');

var flatten = function(json, data, colorize) {
var moduleInfo = {licenses: UNKNOWN},
licenseData, files, licenseFile;
licenseData, files, licenseFile, key;

if (colorize) {
moduleInfo = {licenses: chalk.bold.red(UNKNOWN)};
Expand Down

0 comments on commit 3d7a74e

Please sign in to comment.