-
Notifications
You must be signed in to change notification settings - Fork 46.9k
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
Moved LinkedInput from addons to packages. #6127
Conversation
@@ -0,0 +1,25 @@ | |||
{ | |||
"name": "react-linked-input", | |||
"version": "0.0.201602251656", |
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.
Let's just make this 1.0.0
And github doesn't let me comment outside the context so … Let's remove the providesModule header too |
d997dcc
to
0e333cf
Compare
@jimfb updated the pull request. |
var ReactDOM = require('react-dom'); | ||
var LinkedInput = require('react-linked-input'); | ||
|
||
React.render(<LinkedInput valueLink={{value: 'boo', requestChange: function() {}}} />, container); |
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.
Might want to wrap this code so it looks good on npm.
0e333cf
to
8ab15c1
Compare
@jimfb updated the pull request. |
Moved LinkedInput from addons to packages.
Moved LinkedInput from addons to packages.