Skip to content

Commit

Permalink
[fixed] Issue with React being included twice
Browse files Browse the repository at this point in the history
closes reactjs#23
  • Loading branch information
mzabriskie committed Jun 26, 2015
1 parent 36bc42f commit 3f43e89
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,15 @@
"a11y",
"react-component"
],
"peerDependencies": {
"react": "^0.13.3"
},
"devDependencies": {
"rackt-cli": "^0.2.0",
"react": "^0.13.3",
"react-modal": "^0.2.0"
},
"dependencies": {
"js-stylesheet": "0.0.1",
"react": "^0.13.3"
"js-stylesheet": "0.0.1"
}
}

0 comments on commit 3f43e89

Please sign in to comment.