diff options
author | Ian Coleman <ian@iancoleman.io> | 2019-09-12 13:37:22 +1000 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2019-09-12 13:37:22 +1000 |
commit | cab37a96c4f064bca99235a8d82a796018868d9f (patch) | |
tree | f5bb67040b7ece3c7699a6782e6f885c1d4db6da /libs | |
parent | b603572295a6205571955099cc99c14f5b631305 (diff) | |
download | BIP39-cab37a96c4f064bca99235a8d82a796018868d9f.tar.gz BIP39-cab37a96c4f064bca99235a8d82a796018868d9f.tar.zst BIP39-cab37a96c4f064bca99235a8d82a796018868d9f.zip |
Compile stellar-util to /tmp
Diffstat (limited to 'libs')
-rw-r--r-- | libs/stellar-util/package.json | 2 | ||||
-rw-r--r-- | libs/stellar-util/readme.md | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/libs/stellar-util/package.json b/libs/stellar-util/package.json index c3d880d..8749495 100644 --- a/libs/stellar-util/package.json +++ b/libs/stellar-util/package.json | |||
@@ -2,7 +2,7 @@ | |||
2 | "name": "stellar-util", | 2 | "name": "stellar-util", |
3 | "version": "0.0.1", | 3 | "version": "0.0.1", |
4 | "scripts": { | 4 | "scripts": { |
5 | "build": "browserify stellar-util.js > ../../src/js/stellar-util.js" | 5 | "build": "browserify stellar-util.js > s/tmp/stellar-util.js" |
6 | }, | 6 | }, |
7 | "dependencies": { | 7 | "dependencies": { |
8 | "ed25519-hd-key": "^1.0.0", | 8 | "ed25519-hd-key": "^1.0.0", |
diff --git a/libs/stellar-util/readme.md b/libs/stellar-util/readme.md index d816455..bc491e3 100644 --- a/libs/stellar-util/readme.md +++ b/libs/stellar-util/readme.md | |||
@@ -1,5 +1,4 @@ | |||
1 | Build (will create a bundle and copy it to ../../src/stellar-util.js): | 1 | Build (will create a bundle and copy it to /tmp/stellar-util.js): |
2 | 2 | ||
3 | npm install | 3 | npm install |
4 | npm run build | 4 | npm run build |
5 | |||