vigour-io / turbolink

Links all your projects together, where npm link fails.
ISC License
1 stars 0 forks source link

only link modules from dependencies #15

Closed marcusbesjes closed 8 years ago

marcusbesjes commented 8 years ago

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.

marcusbesjes commented 8 years ago

hmm it's not because it's linking repos between themselves but because modules get installed globally.