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

docs(roc-package-web-app-react): Update recommended node+npm versions #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion packages/roc-package-web-app-react/GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The guide covers all the basic elements that you need in order to be productive

## Installing Roc

You need `Node.js` 4.x+ and `npm` 3.x+ to use Roc. You can install Roc globally on your system using `npm`.
You need `Node.js` 8.x+ and `npm` 5.x+ to use Roc. You can install Roc globally on your system using `npm`.

`$ npm i -g roc@next`

Expand Down
2 changes: 1 addition & 1 deletion packages/roc-package-web-app-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Package for building React applications with Roc

Read the comprehensive user-guide on how to best utilize the tools and libraries provided by this Roc extension[here](https://github.com/rocjs/roc-package-web-app-react/blob/master/GUIDE.md).
Read the comprehensive user-guide on how to best utilize the tools and libraries provided by this Roc extension[here] (https://github.com/rocjs/extensions/blob/master/packages/roc-package-web-app-react/GUIDE.md).

## Documentation
- [Actions](docs/Actions.md)
Expand Down
2 changes: 1 addition & 1 deletion packages/roc-package-web-app-react/src/roc/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default {
const { packageJSON: { description } } = usedExtensions.find(currentExtension);
return `${description}\n\nRead the comprehensive user-guide on how to best utilize the tools ` +
'and libraries provided by this Roc extension' +
'[here](https://github.com/rocjs/roc-package-web-app-react/blob/master/GUIDE.md).';
'[here] (https://github.com/rocjs/extensions/blob/master/packages/roc-package-web-app-react/GUIDE.md).';
},
hooks: {
'extend-template': {
Expand Down