-
Notifications
You must be signed in to change notification settings - Fork 5
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
Adding guides to keycloak-js #33
Conversation
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
Closes keycloak#31 Signed-off-by: rmartinc <[email protected]>
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!
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.
Found very small typo, but not a blocker for this PR. Could be fixed in some follow-up
Co-authored-by: Marek Posolda <[email protected]> Signed-off-by: Jon Koops <[email protected]>
Closes #31
Just replicating what was done in the
keycloak-nodejs-connect
project:package.json
is modified to addstandard
andjszip
as dev dependencies.eslint
but not in thelib
folder.npm run guides
again.There is now a
package-lock.json
because of the deps. I think that we are managing this in all the JS projects so I think that it's OK.