@xstoicunicornx/payjoin_test 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -7,13 +7,11 @@ Welcome to the JavaScript language bindings for the [Payjoin Dev Kit](https://pa
7
7
  Follow these steps to clone the repository and run the tests.
8
8
  This assumes you already have Rust and Node.js installed.
9
9
 
10
+
10
11
  ```shell
11
12
  git clone https://github.com/payjoin/rust-payjoin.git
12
13
  cd rust-payjoin/payjoin-ffi/javascript
13
14
 
14
- # Clean out stale dependencies
15
- npm run clean
16
- rm -rf node_modules
17
15
  # Install dependencies
18
16
  cargo install wasm-bindgen-cli
19
17
  npm install