Skip to content

Commit

Permalink
chore: remove glob dependency (#582)
Browse files Browse the repository at this point in the history
I was looking at a renovate PR that is trying to update `glob` from v8 --> v9. After taking another look, I realized that we aren't even using `glob` anymore. We removed its use in 2019. This PR removes `glob` from our `package.json` and removes the only use of the package in this repo.
  • Loading branch information
justinhynes authored Mar 6, 2023
1 parent 265f646 commit b697489
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"css-loader": "5.2.7",
"file-loader": "6.2.0",
"font-awesome": "4.7.0",
"glob": "8.1.0",
"imports-loader": "4.0.1",
"jquery": "3.6.3",
"mini-css-extract-plugin": "2.7.2",
Expand Down
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const path = require('path');
const glob = require('glob');
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
const webpack = require('webpack');

Expand Down

0 comments on commit b697489

Please sign in to comment.