Skip to content

Commit 5e66af8

Browse files
committed
fix npm readme
1 parent 003c7d0 commit 5e66af8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

bindings/typescript/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@sunnyln/lni",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"private": false,
5-
"description": "Frontend-first TypeScript port of LNI lightning wallet HTTP adapters",
5+
"description": "Lightning Node Interface. Connect to CLN, LND, Phoenixd, NWC, Strike, Speed, Blink and Spark. Supports BOLT11, BOLT12, LNURL, Lightning Address (Frontend-first TypeScript support, no wasm, no native node modules)",
66
"type": "module",
77
"sideEffects": false,
88
"repository": {
@@ -43,7 +43,8 @@
4343
}
4444
},
4545
"files": [
46-
"dist"
46+
"dist",
47+
"README.md"
4748
],
4849
"scripts": {
4950
"clean": "rm -rf dist",

0 commit comments

Comments
 (0)