Skip to content

Commit

Permalink
Release v24.10.0
Browse files Browse the repository at this point in the history
-- git fetch;git merge-base --is-ancestor @{upstream} HEAD

-- rm -rf node_modules;npm install
added 2 packages, and audited 4 packages in 3s

found 0 vulnerabilities

-- lj lint
# Lint OK 11 files: bench.js, browser.js, cli.js, index.js, opts.js, package-lock.json, package.json, snapshot.js, test.js, v8.js, watch.js

-- npm outdated

-- ! git rev-parse -q --verify v24.10.0

-- lj build
Nothing to build, use --out=build/index.html

-- lj test --brief test/index.js
# pass  79/79 [593/593] in 2638 ms at 20:07:48
  • Loading branch information
lauriro committed Oct 5, 2024
1 parent 4c85b01 commit 7a5bcd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@litejs/cli",
"version": "24.6.2",
"version": "24.10.0",
"description": "Command line tools for LiteJS framework",
"license": "MIT",
"author": "Lauri Rooden <[email protected]>",
Expand All @@ -23,7 +23,7 @@
"lint": "npx jshint --config=.github/jshint.json *.js lib/*.js"
},
"dependencies": {
"@litejs/dom": "24.6.0"
"@litejs/dom": "24.8.0"
},
"bin": {
"lj": "./cli.js"
Expand Down

0 comments on commit 7a5bcd7

Please sign in to comment.