Skip to content

Commit 14b4edb

Browse files
authored
Doc: Update README.md (#9)
* Doc: Update README.md * bump version * Update dependency
1 parent 1a67ae0 commit 14b4edb

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55

66
EmailMinifier is a well-tested email minifier based on TypeScript for browser and Node.js
77

8-
As a quick start, you can [Try it online](https://luckrnx09.github.io/email-minifier/playground) - NOT READY. Welcome to submit a PR 🚀
8+
9+
10+
https://github.com/luckrnx09/email-minifier/assets/113882203/2f2ad00e-73d8-437e-b357-7505b9d9e78a
11+
12+
13+
As a quick start, you can [Try it online](https://luckrnx09.github.io/email-minifier) 🚀
914

1015
## Why not HTMLMinifier
1116

@@ -105,4 +110,4 @@ The following table shows the statistics in the Node.js environment
105110
> The emails above are generated from [unlayer](https://dashboard.unlayer.com).
106111
107112
## License
108-
See [LICENSE](./LICENSE)
113+
See [LICENSE](./LICENSE)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "email-minifier",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"keywords": [
55
"compress",
66
"compressor",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"email-minifier": "^1.0.2",
12+
"email-minifier": "latest",
1313
"vue": "^3.3.11"
1414
},
1515
"devDependencies": {

0 commit comments

Comments
 (0)