We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee824ab commit 8ce8935Copy full SHA for 8ce8935
lib/generators/react_on_rails/templates/base/base/client/package.json.tt
@@ -71,11 +71,11 @@
71
<%- if options.redux? -%>
72
"mirror-creator": "1.1.0",
73
<%- end -%>
74
- "react": "^15.0.0",
+ "react": "^0.14.8 || ^15.0.0",
75
<%- unless options.skip_bootstrap? -%>
76
"react-bootstrap": "^0.28.5",
77
78
- "react-dom": "^15.0.0",
+ "react-dom": "^0.14.8 || ^15.0.0",
79
"react-on-rails": "<%= VersionSyntaxConverter.new.rubygem_to_npm %>",
80
81
"react-redux": "^4.4.1",
0 commit comments