diff --git a/lib/index.js b/lib/index.js index ea10bca..37efa6d 100644 --- a/lib/index.js +++ b/lib/index.js @@ -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 */ @@ -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') diff --git a/package.json b/package.json index 29129a2..043fba1 100644 --- a/package.json +++ b/package.json @@ -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",