Skip to content

Commit

Permalink
Close devicons#763: Update NPM packages
Browse files Browse the repository at this point in the history
* Fix issues with npm security (devicons#793)
* Updated gulp
* Update sass in gulpfile
* Add gulp-footer
* Change gulp-footer to devDepend
  • Loading branch information
Thomas-Boi authored Aug 10, 2021
1 parent 1eb90ab commit 6a84b2a
Show file tree
Hide file tree
Showing 3 changed files with 522 additions and 1,701 deletions.
3 changes: 1 addition & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -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");
Expand Down
Loading

0 comments on commit 6a84b2a

Please sign in to comment.