clux / symlink

npm link helper for npm@^2
MIT License
33 stars 6 forks source link

Can simplify npm install line #9

Closed clux closed 7 years ago

clux commented 8 years ago

We don't actually need to work out the exclusion of dependencies after linking in the things we need. We can just issue npm install to get the rest.

clux commented 7 years ago

Irrelevant atm. Future functionality will not be against npm for sure.