Skip to content

Commit 182c92a

Browse files
committed
Merge branch 'master' into feat-eslint
2 parents 598842b + accc292 commit 182c92a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/common/_package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"mainInput": "<% if (reactRouter) { %>main<% } else { %><%= scriptAppName %><% } %>",
1111
"mainOutput": "main",
1212
"dependencies": {<% if (reactRouter) { %>
13-
"react-router": "^0.11.6",<% } if (architecture === 'flux') { %>
13+
"react-router": "0.13.x",<% } if (architecture === 'flux') { %>
1414
"flux": "^2.0.1",
1515
"events": "^1.0.2",
1616
"object-assign": "^2.0.0", <% } if (architecture === 'reflux') {%>
1717
"reflux": "^0.2.7", <% } if (architecture === 'alt') { %>
1818
"alt": "^0.16.5", <% } %>
19-
"react": "~0.12.2",
19+
"react": "0.13.x",
2020
"normalize.css": "~3.0.3"
2121
},
2222
"devDependencies": {

0 commit comments

Comments
 (0)