Skip to content

Commit

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

-- lj lint

-- rm -rf node_modules;npm install
added 81 packages, and audited 82 packages in 702ms

12 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

-- npm outdated

-- ! git rev-parse -q --verify v23.1.0

-- lj test --brief test/index.js
# pass  23/23 [456/456] in 37 ms at 15:11:08
  • Loading branch information
lauriro committed Jan 22, 2023
1 parent c9f4489 commit 80b31ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "dom-lite",
"version": "22.10.0",
"version": "23.1.0",
"description": "A small DOM implementation for server-side",
"license": "MIT",
"author": "Lauri Rooden <lauri@rooden.ee>",
Expand Down Expand Up @@ -28,7 +28,8 @@
"jshint": "2.13.6"
},
"litejs": {
"build": "lj build --readme index.js"
"build": false,
"global": false
},
"jshintConfig": {
"esversion": 5,
Expand Down

0 comments on commit 80b31ed

Please sign in to comment.