Skip to content

Commit

Permalink
fix for standard@11
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Feb 20, 2018
1 parent c41929a commit 0bf65e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function npmLinkCheck (pathToRoot, cb) {
function globNodeModules (startPath, cb) {
var pathToNodeModules

// if we have a scope we should check if the modules inside the folder is linked
// if we have a scope we should check if the modules inside the folder is linked
if (startPath.includes('@')) {
pathToNodeModules = startPath
} else {
Expand Down

0 comments on commit 0bf65e6

Please sign in to comment.