Bump html-data

This commit is contained in:
Wilson Lin 2022-03-28 09:50:57 +11:00
parent 34669ead1a
commit a38b0ac078
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@types/node": "^16.4.13", "@types/node": "^16.4.13",
"@wzlin/html-data": "^2021121401.0.0", "@wzlin/html-data": "^2022032722.0.0",
"ts-node": "^10.2.0", "ts-node": "^10.2.0",
"typescript": "^4.3.5" "typescript": "^4.3.5"
} }

View File

@ -54,7 +54,7 @@ pub fn in_place(code: &mut [u8], cfg: &Cfg) -> Result<usize, Error> {
proc.finish() proc.finish()
} }
/// Minifies a str in-place and returns the new minified length. /// Minifies a str in-place and returns the new minified str.
/// Any original code after the end of the minified code is left intact. /// Any original code after the end of the minified code is left intact.
/// ///
/// # Arguments /// # Arguments