This repository was archived by the owner on Oct 9, 2020. It is now read-only.
refactor: changed React.PropTypes to standalone prop-types package#70
Closed
hafuta wants to merge 2 commits into
Closed
refactor: changed React.PropTypes to standalone prop-types package#70hafuta wants to merge 2 commits into
hafuta wants to merge 2 commits into
Conversation
…dded yarn.lock file
|
|
|
@d3viant0ne @sairion @kinetifex Sorry to directly tag you guys, but is there any chance this can be merged and published to npm please? |
joshwiens
suggested changes
Nov 1, 2017
joshwiens
left a comment
Member
There was a problem hiding this comment.
We don't use yarn in contrib, remove the lock file
joshwiens
reviewed
Nov 1, 2017
| @@ -16,8 +16,8 @@ var IconSVG = React.createClass({ | |||
| }; | |||
| }, | |||
Author
|
@d3viant0ne removed yarn.lock |
Author
|
Closing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
refactor: changed React.PropTypes to standalone prop-types package, added yarn.lock file