We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 598842b + accc292 commit 182c92aCopy full SHA for 182c92a
templates/common/_package.json
@@ -10,13 +10,13 @@
10
"mainInput": "<% if (reactRouter) { %>main<% } else { %><%= scriptAppName %><% } %>",
11
"mainOutput": "main",
12
"dependencies": {<% if (reactRouter) { %>
13
- "react-router": "^0.11.6",<% } if (architecture === 'flux') { %>
+ "react-router": "0.13.x",<% } if (architecture === 'flux') { %>
14
"flux": "^2.0.1",
15
"events": "^1.0.2",
16
"object-assign": "^2.0.0", <% } if (architecture === 'reflux') {%>
17
"reflux": "^0.2.7", <% } if (architecture === 'alt') { %>
18
"alt": "^0.16.5", <% } %>
19
- "react": "~0.12.2",
+ "react": "0.13.x",
20
"normalize.css": "~3.0.3"
21
},
22
"devDependencies": {
0 commit comments