Skip to content

Commit 2d364c6

Browse files
committed
v1.0.0
1 parent 0727543 commit 2d364c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-redux-starter",
33
"description": "A universal starter kit built with react, react-router and redux. Server rendering with react and express, bundles with Webpack with hot module reloading and hot style reloading with SCSS support.",
4-
"version": "0.4.2",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"main": "client/index.js",
77
"repository": {
@@ -10,7 +10,7 @@
1010
},
1111
"engines": {
1212
"node": "6.2.1",
13-
"npm": "3.3.x"
13+
"npm": "3.x.x"
1414
},
1515
"scripts": {
1616
"start": "npm run build:development && npm run start:development",

0 commit comments

Comments
 (0)