1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-06 06:37:48 +02:00

Close #763: Update NPM packages

* Fix issues with npm security (#793)
* Updated gulp
* Update sass in gulpfile
* Add gulp-footer
* Change gulp-footer to devDepend
This commit is contained in:
Thomas Bui
2021-08-10 01:51:02 -07:00
committed by GitHub
parent be9a861802
commit cab25d5591
3 changed files with 520 additions and 1699 deletions

View File

@@ -1,7 +1,6 @@
const gulp = require("gulp");
const svgmin = require("gulp-svgmin");
const sass = require("gulp-sass");
sass.compiler = require("sass");
const sass = require("gulp-sass")(require("sass"));
const yargs = require("yargs");
const fsPromise = require("fs").promises;
const path = require("path");