Skip to content

Commit

Permalink
Update package dependencies. Remove gulp-debug (now ESM-only so can't…
Browse files Browse the repository at this point in the history
… use)
  • Loading branch information
TotallyInformation committed Jan 1, 2024
1 parent ac65ba4 commit f139628
Show file tree
Hide file tree
Showing 3 changed files with 596 additions and 527 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const include = require('gulp-include')
const once = require('gulp-once')
// const prompt = require('gulp-prompt')
const greplace = require('gulp-replace')
// const debug = require('gulp-debug')
// const debug = require('gulp-debug') // Don't use - force changed to ESM only
const htmlmin = require('gulp-htmlmin')
const jeditor = require('gulp-json-editor')
// const gulpEsbuild = require('gulp-esbuild')
Expand Down
Loading

0 comments on commit f139628

Please sign in to comment.