Skip to content

Commit

Permalink
Bump to v0.11.1 (#604)
Browse files Browse the repository at this point in the history
* Add mocha types
  • Loading branch information
grunch authored Nov 13, 2024
1 parent 8d6713f commit 2a8c02e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lnp2pbot",
"version": "0.11.0",
"version": "0.11.1",
"author": "Francisco Calderón <[email protected]>",
"description": "P2P lightning network telegram bot",
"main": "app.js",
Expand Down Expand Up @@ -40,9 +40,10 @@
"network"
],
"devDependencies": {
"@types/mocha": "^10.0.9",
"@types/node": "^20.5.0",
"@types/qrcode": "^1.5.2",
"@types/node-schedule": "^2.1.0",
"@types/qrcode": "^1.5.2",
"chai": "^4.3.4",
"chokidar": "^3.5.3",
"eslint": "^8.15.0",
Expand Down

0 comments on commit 2a8c02e

Please sign in to comment.