Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypercubed committed Oct 9, 2016
1 parent d41cf76 commit 8634900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/analyzers/npm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function getCredits( projectPath, credits, seen ) {
var directoryPath = path.join( depPath, name );

if (
name[0] !== '.' &&
name[ 0 ] !== '.' &&
(
fs.lstatSync( directoryPath ).isDirectory() ||
fs.lstatSync( directoryPath ).isSymbolicLink()
Expand Down

0 comments on commit 8634900

Please sign in to comment.