From 6f7f14351f5169c6db6c1f06cc3d53a6ada9a22d Mon Sep 17 00:00:00 2001 From: Ahmet Date: Thu, 11 Feb 2021 13:44:17 +0300 Subject: [PATCH] added tui-code-snippet to abp-tui-editor npm package --- npm/packs/tui-editor/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npm/packs/tui-editor/package.json b/npm/packs/tui-editor/package.json index aa6b7b03e6..968d9d58c8 100644 --- a/npm/packs/tui-editor/package.json +++ b/npm/packs/tui-editor/package.json @@ -9,7 +9,8 @@ "@abp/highlight.js": "~4.2.1", "@abp/jquery": "~4.2.1", "@abp/markdown-it": "~4.2.1", - "tui-editor": "^1.4.10" + "tui-editor": "^1.4.10", + "tui-code-snippet": "^2.3.2" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" }