Minify third party libraries

This commit is contained in:
Ian Coleman
2019-12-19 14:32:13 +11:00
parent 22f8766947
commit 6973e692b0
2 changed files with 2 additions and 115831 deletions

View File

@@ -2,7 +2,7 @@
"name": "bip39-tool-external-libs",
"version": "0.4.0",
"scripts": {
"build": "browserify index.js --standalone libs > ../../src/js/bip39-libs.js"
"build": "browserify index.js --standalone libs | uglifyjs -c > ../../src/js/bip39-libs.js"
},
"dependencies": {
"base-x": "3.0.7",