stellar-util: remove uglify

This commit is contained in:
Suat Özgür
2019-06-12 11:30:52 +02:00
parent c2e4f93870
commit 8e3b890d26
2 changed files with 42510 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
"name": "stellar-util",
"version": "0.0.1",
"scripts": {
"build": "browserify stellar-util.js | uglifyjs -c -m > ../../src/js/stellar-util.js"
"build": "browserify stellar-util.js > ../../src/js/stellar-util.js"
},
"dependencies": {
"ed25519-hd-key": "^1.0.0",