Add missing dependency: markdown

This commit is contained in:
Joseph Garrone
2021-04-08 17:59:58 +02:00
parent 09927afd43
commit ea8a91e069
2 changed files with 21 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "keycloakify",
"version": "0.3.23",
"version": "0.3.24",
"description": "Keycloak theme generator for Reacts app",
"repository": {
"type": "git",
@ -51,6 +51,7 @@
"dependencies": {
"cheerio": "^1.0.0-rc.5",
"evt": "2.0.0-beta.15",
"markdown": "^0.5.0",
"minimal-polyfills": "^2.1.6",
"path": "^0.12.7",
"powerhooks": "^0.0.36",