Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#555 update hello world to lastest react server and cli #557

Merged
merged 1 commit into from
Aug 15, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yikes. We need a way to keep these up to date automatically. Maybe lerna/lerna#126?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fingers crossed

"superagent": "1.2.0"
}
}