From d6f1315c0b8a03b25f579e06f0e1ddf4fb5db510 Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 7 Feb 2020 21:25:23 +0300 Subject: [PATCH] feat(admin-plugin): restore trumbowyg plugin #211 --- site/plugins/admin/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site/plugins/admin/package.json b/site/plugins/admin/package.json index 2c6b2bbd..7a2b2fdd 100755 --- a/site/plugins/admin/package.json +++ b/site/plugins/admin/package.json @@ -1,6 +1,6 @@ { "name": "Admin", - "version": "0.9.7-DEV", + "version": "0.9.7", "description": "Admin theme for Flextype", "homepage": "http://flextype.org", "author": "Sergey Romanenko", @@ -35,6 +35,7 @@ "speakingurl": "^14.0.1", "sweetalert2": "^9.7.1", "tailwindcss": "^1.1.4", - "tippy.js": "^5.1.4" + "tippy.js": "^5.1.4", + "trumbowyg": "~2.21.0" } }