Skip to content

Commit

Permalink
Remove unused lodash.get()
Browse files Browse the repository at this point in the history
  • Loading branch information
karolyi committed Jan 5, 2025
1 parent 972f528 commit af241ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// @ts-check
/** @typedef {import("lodash.defaults")} defaults */
/** @typedef {import("lodash.assign")} assign */
/** @typedef {import("lodash.get")} get */
/** @typedef {import("webpack").Compiler} Compiler4 */
/** @typedef {Compiler4['hooks']['assetEmitted']} assetEmitted4 */
/** @typedef {import("webpack").Stats} Stats4 */
Expand All @@ -23,7 +22,6 @@ const fs = require('fs')
const crypto = require('crypto')

const assign = require('lodash.assign')
const get = require('lodash.get')
const each = require('lodash.foreach')
const fromPairs = require('lodash.frompairs')
const toPairs = require('lodash.topairs')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-bundle-tracker",
"version": "3.1.1",
"version": "3.2.0",
"description": "Spits out some stats about webpack compilation process to a file",
"keywords": [
"bundle",
Expand Down

0 comments on commit af241ef

Please sign in to comment.