diff options
author | Suat Özgür <s.oezguer@gmail.com> | 2019-06-12 11:30:52 +0200 |
---|---|---|
committer | Suat Özgür <s.oezguer@gmail.com> | 2019-06-12 11:31:19 +0200 |
commit | 8e3b890d2684b034f3d9c99c1df7668a97c41dd6 (patch) | |
tree | 64d40394a2c414d482093a422309e0024687c93b /libs | |
parent | c2e4f93870bcebdebf501ba0353f2837ab68417f (diff) | |
download | BIP39-8e3b890d2684b034f3d9c99c1df7668a97c41dd6.tar.gz BIP39-8e3b890d2684b034f3d9c99c1df7668a97c41dd6.tar.zst BIP39-8e3b890d2684b034f3d9c99c1df7668a97c41dd6.zip |
stellar-util: remove uglify
Diffstat (limited to 'libs')
-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 676e084..c3d880d 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 | uglifyjs -c -m > ../../src/js/stellar-util.js" | 5 | "build": "browserify stellar-util.js > ../../src/js/stellar-util.js" |
6 | }, | 6 | }, |
7 | "dependencies": { | 7 | "dependencies": { |
8 | "ed25519-hd-key": "^1.0.0", | 8 | "ed25519-hd-key": "^1.0.0", |