Skip to content
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

npm: Add recommended package.json fields (contributors, dependencies) #83

Merged
merged 1 commit into from
Oct 25, 2019

Conversation

brettz9
Copy link
Contributor

@brettz9 brettz9 commented Oct 24, 2019

Not a big deal, but I find these helpful for the following reasons:

  1. The package.json linter I use in my IDE (Atom) will stop annoying me. :) (I enable it so as to find such items missing on my projects.)
  2. dependencies can get auto-added by npm under some conditions anyways (IIRC during install).
  3. It helps when scanning through the file at a glance to see that there are none.

@Turbo87 Turbo87 merged commit 5ae47f4 into Turbo87:master Oct 25, 2019
@brettz9 brettz9 deleted the recommended-pkg-json branch October 25, 2019 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants