Skip to content

Commit

Permalink
redfin#555 update hello world to lastest react server and cli
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-wade committed Aug 15, 2016
1 parent 0c70971 commit 3249ba7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react-server-examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "",
"main": "HelloWorld.js",
"scripts": {
"start": "react-server",
"start": "react-server start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sasha Aickin",
Expand All @@ -17,8 +17,8 @@
"babel-runtime": "~6.5",
"react": "~0.14.2",
"react-dom": "~0.14.2",
"react-server": "~0.2.0",
"react-server-cli": "~0.2.0",
"react-server": "~0.4.2",
"react-server-cli": "~0.4.2",
"superagent": "1.2.0"
}
}

0 comments on commit 3249ba7

Please sign in to comment.