-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fetch top dependent projects automatically #6
Comments
Can you cache it somewhere else instead and do it automagically? I have enough dotfiles in my repos. I don't want the .dont-break one. |
I am thinking the best approach to this would be a grunt / gulp plugin that would sidestep manual .dont-break file completely. |
I usually don't use grunt/gulp for node modules. Make it frictionless and boilerplate-less to use, otherwise at least I'm not going to use it, saying this in the nicest way ever :) |
Curious why a separate dotfile is required rather than just utilizing a prop in package.json. Seems like this was an intentional decision? |
Separate file was simpler to use because the tool can grab dependent projects and save it. I agree with you that it should be additional property in the package json file too.
…Sent from my iPhone
On Nov 30, 2016, at 10:00, Jarid Margolin ***@***.***> wrote:
Curious why a separate dotfile is required rather than just utilizing a prop in package.json. Seems like this was an intentional decision?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or mute the thread.
|
If user has option
--top 5
find 5 most popular NPM projects that depend on your package instead of .dont-break filePost to npm/npm#6510 when done
The text was updated successfully, but these errors were encountered: