Skip to content

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

"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