Skip to content

Commit 89dcd9d

Browse files
authored
Publish payjoin 0.1.1 to npm (payjoin#1527)
2 parents b42ad49 + 8448a2d commit 89dcd9d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

payjoin-ffi/javascript/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "payjoin",
3-
"version": "0.1.0",
4-
"description": "JavaScript/WASM bindings for rust-payjoin",
3+
"version": "0.1.1",
4+
"description": "JavaScript/WASM bindings for rust-payjoin (EXPERIMENTAL)",
55
"scripts": {
66
"ubrn:nodejs": "ubrn build web --config ubrn.nodejs.config.yaml --and-generate",
77
"copy-wasm:nodejs": "cp -r src/nodejs/generated/wasm-bindgen dist/nodejs/generated/",
@@ -32,7 +32,7 @@
3232
},
3333
"repository": {
3434
"type": "git",
35-
"url": "https://github.com/payjoin/rust-payjoin.git",
35+
"url": "git+https://github.com/payjoin/rust-payjoin.git",
3636
"directory": "payjoin-ffi/javascript"
3737
},
3838
"exports": {

0 commit comments

Comments
 (0)