-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
714f1f7
commit 09ad832
Showing
15 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "minhtml" | ||
description = "[CLI] Extremely fast and smart HTML + JS + CSS minifier" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Wilson Lin <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT" | ||
|
@@ -12,6 +12,6 @@ categories = ["compression", "command-line-utilities", "development-tools::build | |
repository = "https://github.com/wilsonzlin/minify-html.git" | ||
|
||
[dependencies] | ||
minify-html = { version = "0.13.1", path = "../minify-html" } | ||
minify-html = { version = "0.13.2", path = "../minify-html" } | ||
rayon = "1.5" | ||
structopt = "0.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
publish = false | ||
name = "minify-html-java" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Wilson Lin <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "minify-html-nodejs" | ||
publish = false | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
description = "Node.js bindings for minify-html" | ||
authors = ["Wilson Lin <[email protected]>"] | ||
edition = "2021" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ license = "MIT" | |
homepage = "https://github.com/wilsonzlin/minify-html" | ||
readme = "README.md" | ||
repository = "https://github.com/wilsonzlin/minify-html.git" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Wilson Lin <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ readme = "README.md" | |
keywords = ["html", "compress", "minifier", "js", "css"] | ||
categories = ["compression", "development-tools::build-utils", "web-programming"] | ||
repository = "https://github.com/wilsonzlin/minify-html.git" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Wilson Lin <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ license = "MIT" | |
homepage = "https://github.com/wilsonzlin/minify-html" | ||
readme = "README.md" | ||
repository = "https://github.com/wilsonzlin/minify-html.git" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Wilson Lin <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
publish = false | ||
name = "minify-html-ruby" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Wilson Lin <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Gem::Specification.new do |spec| | ||
spec.name = "minify_html" | ||
spec.version = "0.13.1" | ||
spec.version = "0.13.2" | ||
spec.authors = ["Wilson Lin"] | ||
spec.email = ["[email protected]"] | ||
spec.license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "index" | ||
publish = false | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Wilson Lin <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ readme = "README.md" | |
keywords = ["html", "compress", "minifier", "js", "css"] | ||
categories = ["compression", "development-tools::build-utils", "web-programming"] | ||
repository = "https://github.com/wilsonzlin/minify-html.git" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Wilson Lin <[email protected]>"] | ||
edition = "2018" | ||
|
||
|