This commit is contained in:
Joseph Garrone 2021-02-20 12:50:34 +01:00
commit 3af3178d42
3 changed files with 7 additions and 3 deletions

4
CHANGELOG.md Normal file
View File

@ -0,0 +1,4 @@
### **0.0.2** (2021-02-20)
- Update package.json

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "keycloak-react-theming",
"version": "0.0.0",
"version": "0.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.0.0",
"version": "0.0.2",
"license": "MIT",
"devDependencies": {
"@types/node": "^10.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "keycloak-react-theming",
"version": "0.0.0",
"version": "0.0.2",
"description": "Provides a way to customise Keycloak login and register pages with React",
"repository": {
"type": "git",