Skip to content

Commit

Permalink
1.2.2 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
bddjr committed Jan 8, 2025
1 parent 0929aac commit 4497818
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ vite v6.0.6 building for production...
45 modules transformed.
rendering chunks (1)...

vite-plugin-singlefile-compression 1.2.0 building...
vite-plugin-singlefile-compression 1.2.2 building...

file:///D:/bddjr/Desktop/code/js/vite-plugin-singlefile-compression/test/dist/index.html
101.02 KiB -> 46.81 KiB
101.02 KiB -> 46.54 KiB

Finish.

dist/index.html 47.93 kB
built in 687ms
dist/index.html 47.65 kB
built in 694ms
```
## Clone
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-singlefile-compression",
"version": "1.2.1",
"version": "1.2.2",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@types/html-minifier-terser": "^7.0.2",
"@types/node": "^22.9.3",
"base128-ascii": "^1.0.0",
"base128-ascii": "^2.0.0",
"esbuild": "^0.24.0",
"html-minifier-terser": "^7.2.0",
"mime": "^4.0.4",
Expand Down

0 comments on commit 4497818

Please sign in to comment.