bump version

This commit is contained in:
Joseph Garrone
2021-02-23 15:32:37 +01:00
parent c08c70dbd8
commit da5efb67e0
7 changed files with 39 additions and 20 deletions

View File

@ -1,6 +1,6 @@
{
"name": "keycloak-react-theming",
"version": "0.0.12",
"version": "0.0.13",
"description": "Keycloak theme generator for Reacts app",
"repository": {
"type": "git",
@ -42,6 +42,7 @@
"typescript": "^4.1.5"
},
"dependencies": {
"cheerio": "^1.0.0-rc.5"
"cheerio": "^1.0.0-rc.5",
"evt": "^1.9.12"
}
}