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

Update instruction, install peerDeps, and remove dependencies #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

n3tr
Copy link

@n3tr n3tr commented Oct 6, 2018

  • Update install instruction to match the Airbnb's readme
  • Automatically install peerDependencies from install script
  • Remove dependencies from package.json (force to install the peerDenpendcies instead)
  • Add Yarn instruction

Also fixes #7

package.json Outdated
"eslint-plugin-node": "5.1.1",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-react": "7.2.0",
"eslint-plugin-security": "1.4.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't these be all dev deps now?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right!, these should be in dev deps.

@n3tr
Copy link
Author

n3tr commented Oct 9, 2018

Should we use caret versioning (^) for both peer deps and dev deps?

Pinned version for peerDependencies seems too strict for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unmet peer dependencies
2 participants