diff options
Diffstat (limited to 'core/scripts/js/vendor-update.js')
-rw-r--r-- | core/scripts/js/vendor-update.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/scripts/js/vendor-update.js b/core/scripts/js/vendor-update.js index 1b5de61fa36d..4a6f2ef91c69 100644 --- a/core/scripts/js/vendor-update.js +++ b/core/scripts/js/vendor-update.js @@ -81,11 +81,11 @@ const assetsFolder = `${coreFolder}/assets/vendor`; }, { pack: 'htmx.org', + folder: 'htmx', library: 'htmx', files: [ { from: 'dist/htmx.min.js', to: 'htmx.min.js' }, { from: 'dist/htmx.js', to: 'htmx.js' }, - { from: 'dist/ext/debug.js', to: 'debug.js' }, ], }, { |