Skip to content

Commit 6a07e1a

Browse files
committed
v4.0.0
1 parent c4c3415 commit 6a07e1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "universal-react-redux",
33
"description": "A universal starter kit built with ES2015, react, react-router and redux. Server rendering with react and express. Bundled with Webpack with HMR transforms and css-modules support.",
4-
"version": "3.0.0",
4+
"version": "4.0.0",
55
"license": "MIT",
66
"main": "client/index.js",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/combine/universal-react-redux.git"
1010
},
1111
"engines": {
12-
"node": "7.x.x",
12+
"node": "8.x.x",
1313
"npm": "3.x.x"
1414
},
1515
"scripts": {

0 commit comments

Comments
 (0)