diff options
| author | 2023-03-16 14:34:47 +0100 | |
|---|---|---|
| committer | 2023-03-16 14:34:47 +0100 | |
| commit | c0d516d292684acad452f43f82b880fc8013a7ea (patch) | |
| tree | 0553f092889976b4487c830530531414232f5a02 | |
| parent | Fix comments (diff) | |
Ask user what version of the default theme they want to download
| -rwxr-xr-x | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ec574af..f7cf4e2 100755 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "start": "react-scripts start", "build": "react-scripts build", "build-keycloak-theme": "yarn build && keycloakify", - "download-builtin-keycloak-theme": "download-builtin-keycloak-theme 15.0.2" + "download-builtin-keycloak-theme": "download-builtin-keycloak-theme" }, "keycloakify": { "extraPages": [ |