Skip to content

Commit

Permalink
Merge pull request #4 from mbasso/develop
Browse files Browse the repository at this point in the history
Upgrade to react 16
  • Loading branch information
mbasso committed Sep 29, 2017
2 parents 8086d68 + ea5bbec commit b431772
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 5,989 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,3 +5,4 @@ dist
lib
coverage
.nyc_output
package-lock.json
2 changes: 1 addition & 1 deletion docs/api.md
Expand Up @@ -28,7 +28,7 @@ Now, in `App`, you can use refraction in this way:
class App extends React.Component {

static contextTypes = {
refraction: React.PropTypes.object,
refraction: PropTypes.object,
}

componentDidMount() {
Expand Down

0 comments on commit b431772

Please sign in to comment.