From a53df8998cafd48594690597a23df703eb6a2895 Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Thu, 17 Apr 2025 14:07:22 -0400 Subject: [PATCH] Update gulpfile.js --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index f005370ff..10869d145 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -47,7 +47,7 @@ const javascripts = () => { paths.npm + 'hogan.js/dist/hogan-3.0.2.js', paths.npm + 'jquery/dist/jquery.min.js', paths.npm + 'query-command-supported/dist/queryCommandSupported.min.js', -= paths.npm + 'textarea-caret/index.js', + paths.npm + 'textarea-caret/index.js', paths.npm + 'cbor-js/cbor.js', paths.npm + 'd3/dist/d3.min.js', ])