mweststrate / relative-deps

Installs local dependencies for optimal developer experience
MIT License
428 stars 32 forks source link

feat: Move config to an external file #32

Open dvh91 opened 4 years ago

dvh91 commented 4 years ago

Moved relative-deps config into an external file (relative-deps.json) and still support the old way of storing the config in package.json

Motivation is that this config is personal and should not be committed to the repo.

Resolve issue https://github.com/mweststrate/relative-deps/issues/30