-
Notifications
You must be signed in to change notification settings - Fork 373
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
Update readmes for 3.0 #1875
Update readmes for 3.0 #1875
Conversation
eac49cb
to
081e76c
Compare
081e76c
to
38c9dc6
Compare
38c9dc6
to
a137a24
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall. Please take care of the comments ;)
added link to migrationguide closes eclipsesource#1852 Signed-off-by: Lukas Boll lukas-bool@web.de
be05e6b
to
35aa4b0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall. I have some very minor remarks.
In the root README line 12, I would replace
- Install dependencies with
npm ci
(ornpm install
when using an older version)
with:
- Install dependencies with
npm ci
As the JSONForms build does not work with node versions older than 14 (which includes npm 6), JSONForms cannot be built with an npm version not supporting the ci
command
Co-authored-by: Lucas Koehler <lkoehler@eclipsesource.com>
Update readmes for 3.0
added link to migrationguide
closes #1852
Signed-off-by: Lukas Boll lukas-bool@web.de