Skip to content

Commit

Permalink
Update npm packages (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
dk307 committed Mar 13, 2023
1 parent 3a75e88 commit a96ffc2
Show file tree
Hide file tree
Showing 3 changed files with 1,496 additions and 2,898 deletions.
2 changes: 0 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
const path = require('path');
const gulp = require('gulp');
const through = require('through2');
const htmlmin = require('html-minifier');
const gzip = require('gulp-gzip');
const concat = require('gulp-concat');
const imagemin = require('gulp-imagemin');
const htmlvalidate = require('gulp-html');
var browserSync = require('browser-sync').create();
var watch = require('gulp-watch');
var reload = browserSync.reload;
var stripcomments = require('gulp-strip-comments');
var htmlminify = require('gulp-html-minifier-terser');
Expand Down
Loading

0 comments on commit a96ffc2

Please sign in to comment.