Skip to content

Commit ba5c0dc

Browse files
luckrnx09EagleSoapEagleSoap
authored
Fix: Remove unused files (#12)
* finished highlight code (#11) * Complete the mail compression function. * Modify the CSS. * add codemirror to highlight code --------- Co-authored-by: EagleSoap <‘13540208438@163.com’> * Fix: Remove unused files * bump version --------- Co-authored-by: EagleSoap <46696354+EagleSoap@users.noreply.github.com> Co-authored-by: EagleSoap <‘13540208438@163.com’>
1 parent 9046407 commit ba5c0dc

File tree

10 files changed

+133
-736
lines changed

10 files changed

+133
-736
lines changed

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.4",
3+
"version": "1.0.5",
44
"keywords": [
55
"compress",
66
"compressor",

playground/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ dist-ssr
2525

2626
yarn.lock
2727
pnpm-lock.yaml
28-
package-lock.json
28+
package-lock.json

playground/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<link rel="preload" href="/css/prism.css" as="style" onload="this.rel='stylesheet'">
7-
<link rel="preload" href="/js/prism.js" as="script" onload="let script = document.createElement('script'); script.src = this.href; document.body.appendChild(script);">
8-
<title>EmailMinifier Playground</title>
6+
<title>Email Minifier Playground</title>
97
</head>
108
<body>
119
<div id="app"></div>

playground/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12+
"codemirror": ">=5.64.0 <6",
13+
"codemirror-editor-vue3": "^2.4.1",
1214
"email-minifier": "latest",
1315
"vue": "^3.3.11"
1416
},
1517
"devDependencies": {
18+
"@types/codemirror": "^5.60.15",
1619
"@vitejs/plugin-vue": "^4.5.2",
1720
"typescript": "^5.2.2",
1821
"vite": "^5.0.8",

playground/public/css/prism.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)