Navigation Menu

Skip to content

Commit

Permalink
fix: update typedefs to match with html-minifier-terser
Browse files Browse the repository at this point in the history
  • Loading branch information
ianberinger authored and jantimon committed Mar 23, 2020
1 parent 536b402 commit 2698c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
]
},
"devDependencies": {
"@types/html-minifier": "3.5.3",
"@types/html-minifier-terser": "5.0.0",
"@types/loader-utils": "1.1.3",
"@types/node": "11.13.9",
"@types/tapable": "1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion typings.d.ts
@@ -1,6 +1,6 @@
import { AsyncSeriesWaterfallHook } from "tapable";
import { Compiler, compilation } from 'webpack';
import { Options as HtmlMinifierOptions } from "html-minifier";
import { Options as HtmlMinifierOptions } from "html-minifier-terser";

export = HtmlWebpackPlugin;

Expand Down

0 comments on commit 2698c7e

Please sign in to comment.