Uh oh!
There was an error while loading. Please reload this page.
docs(readme): eslint-plugin-react peer dependencies applied - #818
Conversation
facebook-github-bot
commented
Oct 2, 2016
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks! |
facebook-github-bot
commented
Oct 2, 2016
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
gaearon
commented
Oct 2, 2016
Thanks! |
…react-app # By Dan Abramov (5) and others # Via Dan Abramov * 'master' of https://github.com/facebookincubator/create-react-app: docs(readme): peer dependencies applied (react#818) Fix typos on ISSUE_TEMPLATE.md (react#817) Add explicit linebreaks (react#813) Fix typo (react#810) Fix some typos (react#809) Beaufity output of eject.js script (react#769) Define process.env as object (react#807) Typo fix in webpack.config.dev.js comments (react#777) Add Netlify to deploy instructions Fix usage example to match react-dev-utils@0.2.x API Relaxed eslint rule no-unused-expressions (react#724) Fix the doc Publish Add 0.6.1 changelog Moved Babel and ESLint config to package.json after ejecting (react#773) Conflicts: packages/react-scripts/package.json
alexanderjsx
commented
Oct 15, 2016
@gaearon this change is not showing on npm's page. People will install eslint-plugin-react@5.2.2 and not eslint-plugin-react@6.3.0 |
gaearon
commented
Oct 15, 2016
This is because of https://github.com/npm/registry/issues/42. |
…react-app # By Dan Abramov (5) and others # Via Dan Abramov * 'master' of https://github.com/facebookincubator/create-react-app: docs(readme): peer dependencies applied (react#818) Fix typos on ISSUE_TEMPLATE.md (react#817) Add explicit linebreaks (react#813) Fix typo (react#810) Fix some typos (react#809) Beaufity output of eject.js script (react#769) Define process.env as object (react#807) Typo fix in webpack.config.dev.js comments (react#777) Add Netlify to deploy instructions Fix usage example to match react-dev-utils@0.2.x API Relaxed eslint rule no-unused-expressions (react#724) Fix the doc Publish Add 0.6.1 changelog Moved Babel and ESLint config to package.json after ejecting (react#773) Conflicts: packages/react-scripts/package.json
I've changed README.md of
eslint-config-react-apppackage.It seems #696 doesn't applied to file yet.
Thanks.