Skip to content

Commit

Permalink
chore(release): 3.22.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 4, 2024
1 parent c0970cd commit 06a9920
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "lightning-flow-scanner-core",
"version": "3.22.1",
"version": "3.22.2",
"main": "out/index.js",
"types": "index.d.ts",
"engines": {
"node": "^18 || ^20 || ^22"
"node": "^18 || ^20 || ^22"
},
"scripts": {
"test": "TS_NODE_PROJECT=tsconfig.cjs.json mocha",
Expand Down Expand Up @@ -58,7 +58,7 @@
"path-browserify": "^1.0.1",
"xmlbuilder2": "^3.1.1"
},
"exports":{
"." :"./out/"
"exports": {
".": "./out/"
}
}

0 comments on commit 06a9920

Please sign in to comment.