Skip to content

Commit da39777

Browse files
committed
Release v25.1.1
Removed Features: - Drop coverage (Lauri Rooden) Enhancements: - Improve ui minimizing (Lauri Rooden) - Move mkdirp to shim.js (Lauri Rooden) - Move patterns to cli.js (Lauri Rooden) - lint: Validate css (Lauri Rooden) - build: Restore lastMinEl (Lauri Rooden) - build: Use @litejs/dom for css minification (Lauri Rooden) - test: Make max-length to stringify argument (Lauri Rooden) - test: Use internal stringify for mock args (Lauri Rooden) - Improve release content (Lauri Rooden)
1 parent 642a1fc commit da39777

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@litejs/cli",
3-
"version": "25.1.0",
3+
"version": "25.1.1",
44
"description": "Command line tools for LiteJS framework",
55
"license": "MIT",
66
"author": "Lauri Rooden <lauri@rooden.ee>",
@@ -22,7 +22,7 @@
2222
"test": "node ./cli.js t"
2323
},
2424
"dependencies": {
25-
"@litejs/dom": "24.12.0"
25+
"@litejs/dom": "25.1.0"
2626
},
2727
"bin": {
2828
"lj": "./cli.js"

0 commit comments

Comments
 (0)