-
Notifications
You must be signed in to change notification settings - Fork 115
allow ^0.14.7, tests pass #25
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
Conversation
|
@mjackson any interest in this? |
mjackson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, this looks great. Thanks for the PR!
package.json
Outdated
| "react": "^15.3.0", | ||
| "react-dom": "^15.3.0", | ||
| "react": "^15.3.0 || ^0.14.7", | ||
| "react-dom": "^15.3.0 || ^0.14.7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please omit the extra space on this line.
README.md
Outdated
|
|
||
| You can find the library on `window.ReactMedia`. | ||
|
|
||
| ## Test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's no need to include testing instructions in the README.
.gitignore
Outdated
| @@ -1 +1,2 @@ | |||
| umd | |||
| /node_modules/ | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't change our .gitignore :)
|
@rharriso Wanna finish this up? Or should we close? |
|
@mjackson oh sorry, this got buried in my notifications. |
prioritize 15.x pull feedback
|
@mjackson updated from your feedback |
|
Thanks @rharriso! :D |
|
Released in version 1.4.0 |
|
@mjackson thanks! Also, I just realized I met your partner @ryanflorence at a training session last week. It was really enjoyable! |
I reran the tests using
0.14.7(adjusted the dev dependencies) all passed.