@xstoicunicornx/payjoin_test 0.1.6 → 0.1.7

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,11 +7,13 @@ 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
-
11
10
  ```shell
12
11
  git clone https://github.com/payjoin/rust-payjoin.git
13
12
  cd rust-payjoin/payjoin-ffi/javascript
14
13
 
14
+ # Clean out stale dependencies
15
+ npm run clean
16
+ rm -rf node_modules
15
17
  # Install dependencies
16
18
  cargo install wasm-bindgen-cli
17
19
  npm install