Skip to content

Commit

Permalink
Support react 0.14 or 15
Browse files Browse the repository at this point in the history
  • Loading branch information
brucek committed Apr 8, 2016
1 parent ee824ab commit 8ce8935
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@
<%- if options.redux? -%>
"mirror-creator": "1.1.0",
<%- end -%>
"react": "^15.0.0",
"react": "^0.14.8 || ^15.0.0",
<%- unless options.skip_bootstrap? -%>
"react-bootstrap": "^0.28.5",
<%- end -%>
"react-dom": "^15.0.0",
"react-dom": "^0.14.8 || ^15.0.0",
"react-on-rails": "<%= VersionSyntaxConverter.new.rubygem_to_npm %>",
<%- if options.redux? -%>
"react-redux": "^4.4.1",
Expand Down

0 comments on commit 8ce8935

Please sign in to comment.