We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b42ad49 + 8448a2d commit 89dcd9dCopy full SHA for 89dcd9d
1 file changed
payjoin-ffi/javascript/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "payjoin",
3
- "version": "0.1.0",
4
- "description": "JavaScript/WASM bindings for rust-payjoin",
+ "version": "0.1.1",
+ "description": "JavaScript/WASM bindings for rust-payjoin (EXPERIMENTAL)",
5
"scripts": {
6
"ubrn:nodejs": "ubrn build web --config ubrn.nodejs.config.yaml --and-generate",
7
"copy-wasm:nodejs": "cp -r src/nodejs/generated/wasm-bindgen dist/nodejs/generated/",
@@ -32,7 +32,7 @@
32
},
33
"repository": {
34
"type": "git",
35
- "url": "https://github.com/payjoin/rust-payjoin.git",
+ "url": "git+https://github.com/payjoin/rust-payjoin.git",
36
"directory": "payjoin-ffi/javascript"
37
38
"exports": {
0 commit comments