diff --git a/package.json b/package.json index 8be89f0..08f3a28 100644 --- a/package.json +++ b/package.json @@ -1,33 +1,33 @@ { - "name": "c4k-keycloak", - "description": "Generate c4k yaml for a keycloak deployment.", - "author": "meissa GmbH", - "version": "0.2.4-SNAPSHOT", - "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-keycloak#readme", - "repository": "https://www.npmjs.com/package/c4k-keycloak", - "license": "APACHE2", - "main": "c4k-keycloak.js", - "bin": { - "c4k-keycloak": "./c4k-keycloak.js" - }, - "keywords": [ - "cljs", - "keycloak", - "k8s", - "c4k", - "deployment", - "yaml", - "convention4kubernetes" - ], - "bugs": { - "url": "https://gitlab.com/domaindrivenarchitecture/c4k-keycloak/issues" - }, - "dependencies": { - "js-base64": "^3.6.1", - "js-yaml": "^4.0.0" - }, - "devDependencies": { - "shadow-cljs": "^2.11.18", - "source-map-support": "^0.5.19" - } -} + "name": "c4k-keycloak", + "description": "Generate c4k yaml for a keycloak deployment.", + "author": "meissa GmbH", + "version": "1.0.0", + "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-keycloak#readme", + "repository": "https://www.npmjs.com/package/c4k-keycloak", + "license": "APACHE2", + "main": "c4k-keycloak.js", + "bin": { + "c4k-keycloak": "./c4k-keycloak.js" + }, + "keywords": [ + "cljs", + "keycloak", + "k8s", + "c4k", + "deployment", + "yaml", + "convention4kubernetes" + ], + "bugs": { + "url": "https://gitlab.com/domaindrivenarchitecture/c4k-keycloak/issues" + }, + "dependencies": { + "js-base64": "^3.6.1", + "js-yaml": "^4.0.0" + }, + "devDependencies": { + "shadow-cljs": "^2.11.18", + "source-map-support": "^0.5.19" + } +} \ No newline at end of file