Skip to content

Commit

Permalink
Updating generator-react-server to use ^v0.6.0 (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
roblg authored and gigabo committed Mar 17, 2017
1 parent 28e2f1f commit 6a56465
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions MAINTAINING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### Deployment Checklist

- `git checkout master && git pull upstream master`
- verify `packages/generator-react-server/generators/app/templates/package.json` has the
correct versions of react-server packages
- `npm config get registry`
- Make sure it's `https://registry.npmjs.org/`
- `npm run clean`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"license": "Apache-2.0",
"dependencies": {
"babel-preset-react-server": "^0.4.10",
"babel-preset-react-server": "^0.6.0",
"babel-runtime": "^6.6.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-server": "^0.5.1",
"react-server-cli": "^0.5.1",
"react-server": "^0.6.0",
"react-server-cli": "^0.6.0",
"superagent": "1.8.4"
},
"devDependencies": {
Expand Down

0 comments on commit 6a56465

Please sign in to comment.