Update package description

This commit is contained in:
Wilson Lin 2020-01-02 14:36:01 +11:00
parent 8e7e64096c
commit d663e6d950
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "hyperbuild"
description = "One-pass in-place HTML minifier written in Rust with advanced whitespace handling"
description = "One-pass in-place HTML minifier written in Rust with context-aware whitespace handling"
license = "MIT"
homepage = "https://github.com/wilsonzlin/hyperbuild"
readme = "README.md"

View File

@ -1,7 +1,7 @@
{
"name": "hyperbuild",
"version": "0.0.6",
"description": "One-pass in-place HTML minifier written in Rust with advanced whitespace handling",
"description": "One-pass in-place HTML minifier written in Rust with context-aware whitespace handling",
"main": "lib/index.js",
"repository": {
"type": "git",