keycloak-scim/themes
stianst 2f0b03e1a0 KEYCLOAK-11782 Cleanup
* Updated npm-update profile
  - Update Node and NPM versions
  - Exclude optional dependencies
  - Remove node_modules within src/main/node_modules (PatternFly for example includes all dependencies in patternfly/node_modules, we don't need these)
  - Remove minimist and mkdirp from src/main/node_modules as these are not included in dist, so we don't need the source

* src/main/node_modules was updated to PatternFly 3.41.6 at some point, but not properly since src/main/resources/theme/keycloak/common/resources/node_modules/patternfly is currently on 3.38.1

* Removed ^ in versions in package.json as this results in unreliable updates of dependencies
2019-11-01 12:09:25 -03:00
..
src/main KEYCLOAK-11782 Cleanup 2019-11-01 12:09:25 -03:00
.gitignore KEYCLOAK-6378 Clean themes common directory 2018-02-07 12:07:40 +01:00
pom.xml KEYCLOAK-11782 Cleanup 2019-11-01 12:09:25 -03:00
UPDATING-NODE-MODULES.md Added UPDATING-NODE-MODULES.md with instructions on how to update dependencies for admin, login and old account console 2019-10-22 13:40:40 +02:00