Skip to content

Commit

Permalink
Fix: Remove unused files (#12)
Browse files Browse the repository at this point in the history
* finished highlight code (#11)

* Complete the mail compression function.

* Modify the CSS.

* add codemirror to highlight code

---------

Co-authored-by: EagleSoap <‘[email protected]’>

* Fix: Remove unused files

* bump version

---------

Co-authored-by: EagleSoap <[email protected]>
Co-authored-by: EagleSoap <‘[email protected]’>
  • Loading branch information
3 people authored Dec 26, 2023
1 parent 9046407 commit ba5c0dc
Show file tree
Hide file tree
Showing 10 changed files with 133 additions and 736 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "email-minifier",
"version": "1.0.4",
"version": "1.0.5",
"keywords": [
"compress",
"compressor",
Expand Down
2 changes: 1 addition & 1 deletion playground/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ dist-ssr

yarn.lock
pnpm-lock.yaml
package-lock.json
package-lock.json
4 changes: 1 addition & 3 deletions playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preload" href="/css/prism.css" as="style" onload="this.rel='stylesheet'">
<link rel="preload" href="/js/prism.js" as="script" onload="let script = document.createElement('script'); script.src = this.href; document.body.appendChild(script);">
<title>EmailMinifier Playground</title>
<title>Email Minifier Playground</title>
</head>
<body>
<div id="app"></div>
Expand Down
3 changes: 3 additions & 0 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@
"preview": "vite preview"
},
"dependencies": {
"codemirror": ">=5.64.0 <6",
"codemirror-editor-vue3": "^2.4.1",
"email-minifier": "latest",
"vue": "^3.3.11"
},
"devDependencies": {
"@types/codemirror": "^5.60.15",
"@vitejs/plugin-vue": "^4.5.2",
"typescript": "^5.2.2",
"vite": "^5.0.8",
Expand Down
3 changes: 0 additions & 3 deletions playground/public/css/prism.css

This file was deleted.

Loading

0 comments on commit ba5c0dc

Please sign in to comment.