Skip to content

Commit

Permalink
Remove unused gulp-css-url-adjuster dependency (#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
whabanks authored Oct 12, 2023
1 parent 8214b8a commit 17d332e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 119 deletions.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ plugins.addSrc = require("gulp-add-src");
plugins.babel = require("gulp-babel");
plugins.base64 = require("gulp-base64-inline");
plugins.concat = require("gulp-concat");
plugins.cssUrlAdjuster = require("gulp-css-url-adjuster");
plugins.faMinify = require("gulp-fa-minify");
plugins.jshint = require("gulp-jshint");
plugins.prettyerror = require("gulp-prettyerror");
Expand Down
117 changes: 0 additions & 117 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"gulp-babel": "8.0.0",
"gulp-base64-inline": "1.0.6",
"gulp-concat": "2.6.1",
"gulp-css-url-adjuster": "0.2.3",
"gulp-fa-minify": "^6.0.1",
"gulp-include": "2.4.1",
"gulp-jshint": "2.1.0",
Expand Down

0 comments on commit 17d332e

Please sign in to comment.