Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
bddjr committed Nov 27, 2024
1 parent 5ed9c15 commit 5b16f73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { OutputChunk, OutputAsset, OutputBundle } from "rollup"
import mime from 'mime'
import pc from "picocolors"
import svgToTinyDataUri from "mini-svg-data-uri"
import { minify as htmlMinify, htmlMinifierOptions } from 'html-minifier-terser'
import { minify as htmlMinify, Options as htmlMinifierOptions } from 'html-minifier-terser'

import zlib from 'zlib'
import path from 'path'
Expand Down

0 comments on commit 5b16f73

Please sign in to comment.