Skip to content

Commit 26a1919

Browse files
committed
v0.0.3
1 parent 7f6c013 commit 26a1919

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"name": "webln",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Spec and tools around implementing WebLN",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"license": "MIT",
8-
"files": ["lib"],
8+
"files": [
9+
"lib"
10+
],
911
"scripts": {
1012
"build": "tsc",
1113
"prepublish": "npm run build"

0 commit comments

Comments
 (0)