Skip to content

Commit

Permalink
Merge pull request #28 from rackt/react-013-support
Browse files Browse the repository at this point in the history
Add support for React 0.13. Switch from 6to5 to Babel.
  • Loading branch information
angus-c committed May 12, 2015
2 parents e7d1373 + 0ee0af9 commit 069ab87
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
],
"license": "MIT",
"devDependencies": {
"6to5": "2.13.3",
"babel": "^5.2.17",
"babel-core": "^5.2.17",
"babel-loader": "^5.0.0",
"jsx-loader": "^0.12.2",
"jsxhint": "^0.8.1",
"karma": "^0.12.28",
Expand All @@ -34,7 +36,7 @@
"webpack": "^1.4.13"
},
"peerDependencies": {
"react": "0.12.x"
"react": "^0.12 || ^0.13"
},
"tags": [
"accessibility",
Expand Down

0 comments on commit 069ab87

Please sign in to comment.