diff options
author | Ian Coleman <ian@iancoleman.io> | 2019-09-12 15:57:05 +1000 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2019-09-12 15:57:05 +1000 |
commit | 5b2edb3998aaaf7ec68177cde816446f017df168 (patch) | |
tree | 3acc026c96169654e56091ce67b730ce30488897 | |
parent | eee4a60b35884b9521b5d8186ff9c5c890b76e2a (diff) | |
download | BIP39-5b2edb3998aaaf7ec68177cde816446f017df168.tar.gz BIP39-5b2edb3998aaaf7ec68177cde816446f017df168.tar.zst BIP39-5b2edb3998aaaf7ec68177cde816446f017df168.zip |
Fix typo in path for build script
-rw-r--r-- | libs/stellar-util/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/stellar-util/package.json b/libs/stellar-util/package.json index 8749495..dbf64c1 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 > s/tmp/stellar-util.js" | 5 | "build": "browserify stellar-util.js > /tmp/stellar-util.js" |
6 | }, | 6 | }, |
7 | "dependencies": { | 7 | "dependencies": { |
8 | "ed25519-hd-key": "^1.0.0", | 8 | "ed25519-hd-key": "^1.0.0", |