Skip to content

Commit

Permalink
Merge pull request #9 from genetique-techno/master
Browse files Browse the repository at this point in the history
Changed react to peerdependency
  • Loading branch information
zackify committed Jan 6, 2016
2 parents bac19b3 + 22a4bc6 commit 133787f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react-component-gulp-tasks": "^0.7.0"
},
"homepage": "https://github.com/legitcode/modal",
"dependencies": {
"react": "^0.13.3"
"peerDependencies": {
"react": "^0.14.3"
}
}

0 comments on commit 133787f

Please sign in to comment.