Currently I believe all repos in the root folder get links to all other repos in the root folder.
This means that I can start requiring things that are not in my dependencies.
Only linking modules that are in package.json.dependencies (and devDependencies) will force the user to update their package before the requires will work, excluding the possibility of forgetting to update dependencies before pushing.
Currently I believe all repos in the root folder get links to all other repos in the root folder. This means that I can start requiring things that are not in my dependencies. Only linking modules that are in package.json.dependencies (and devDependencies) will force the user to update their package before the requires will work, excluding the possibility of forgetting to update dependencies before pushing.