minify_html 0.16.2-x86_64-linux → 0.16.3-x86_64-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da8e106d904d04fe280ae4cb8e6542deec155b2ef29d1a9f67daf48589345a16
4
- data.tar.gz: 0b9459abcb5140739fd7bab24f6274d14f47c6f7f6a985de945c385b15f6f2bd
3
+ metadata.gz: b3fc56700952fcc4f1fa7d4220bcd15f23a39b2a66abe9014516ac94463341ae
4
+ data.tar.gz: 90546a192f9fcfcb8c3243fa6b21e313ce412ead5ee2dfefd8aceabbab5c8153
5
5
  SHA512:
6
- metadata.gz: 2ddde6954d43fb93e5a3d5f3354553aa81704af1526ed9b2046bae3f4b6b845ab73dc077090703758d9d457234aca67d47f4ee5600fc9fd4bc4a7d3b499c3e67
7
- data.tar.gz: b7036030cded9037be78b96ccd85a1ae8afb1c1e2df40abb8b2584d6a2e1554467fa2b7f78e0718e32f97e3ffa5062684422a959d22b53d48b2dbaea9f409831
6
+ metadata.gz: cfcbd6834007f3ed2e8432812e354b885ea469306a23c5b19acda746498d6c5c8287d586ebc6eda0695bc93ece26ffc6cae6d44640e3896f5a044ff5b0b3ad19
7
+ data.tar.gz: 5beb066272c80dae12a5d0a08997abbd55a1f6abfb9ab22156a85ea58195f6c656769833e1fd678ac3097036974324f181b5736f61db9c96434da176acbdd6c7
data/README.md CHANGED
@@ -60,7 +60,7 @@ minhtml --keep-closing-tags --minify-css /path/to/**/*.html
60
60
 
61
61
  ```toml
62
62
  [dependencies]
63
- minify-html = "0.16.2"
63
+ minify-html = "0.16.3"
64
64
  ```
65
65
 
66
66
  ### Use
@@ -76,9 +76,15 @@ Check out the [docs](https://docs.rs/minify-html) for API and usage examples.
76
76
  - Binding: [WASM](https://webassembly.org/)
77
77
  - Platforms: All
78
78
 
79
- ### Use
79
+ ### Get
80
80
 
81
- Add the JSR package using `deno add jsr:@minify-html/deno`.
81
+ Add the JSR package:
82
+
83
+ ```
84
+ deno add jsr:@minify-html/deno
85
+ ```
86
+
87
+ ### Use
82
88
 
83
89
  ```ts
84
90
  import init, {minify} from "@minify-html/deno";
@@ -147,7 +153,7 @@ Add as a Maven dependency:
147
153
  <dependency>
148
154
  <groupId>in.wilsonl.minifyhtml</groupId>
149
155
  <artifactId>minify-html</artifactId>
150
- <version>0.16.2</version>
156
+ <version>0.16.3</version>
151
157
  </dependency>
152
158
  ```
153
159
 
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minify_html
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.2
4
+ version: 0.16.3
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Wilson Lin