This repository was archived by the owner on Oct 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 11
11
"geth" : " mocha -R progress test/keys.js && mocha -R progress test/geth.js" ,
12
12
"lint" : " eslint index.js && eslint gulpfile.js && eslint test/*.js" ,
13
13
"coverage" : " istanbul cover ./node_modules/mocha/bin/_mocha test/keys.js" ,
14
- "build" : " browserify ./exports.js > ./dist/keythereum.js && uglifyjs ./dist/keythereum.js > ./dist/keythereum.min.js" ,
14
+ "build" : " browserify ./exports.js > ./dist/keythereum.js && terser ./dist/keythereum.js > ./dist/keythereum.min.js" ,
15
15
"build:tests" : " browserify test/keys.js > test/browser/bundle.js"
16
16
},
17
17
"repository" : {
33
33
"uuid" : " 3.0.0"
34
34
},
35
35
"devDependencies" : {
36
- "babel-plugin-transform-es3-member-expression-literals" : " 6.22.0" ,
37
- "babel-plugin-transform-es3-property-literals" : " 6.22.0" ,
38
- "babel-preset-env" : " 1.7.0" ,
39
- "babel-preset-stage-0" : " 6.24.1" ,
40
- "browserify" : " 16.2.2" ,
36
+ "browserify" : " 16.5.2" ,
41
37
"chai" : " 4.1.2" ,
42
38
"coveralls" : " 3.0.2" ,
43
39
"eslint" : " 4.19.1" ,
44
40
"geth" : " 0.2.2" ,
45
41
"istanbul" : " 0.4.5" ,
46
42
"mocha" : " 5.1.1" ,
47
- "uglify-js " : " 2.6.1 " ,
43
+ "terser " : " 5.0.0 " ,
48
44
"validator" : " 7.0.0"
49
45
}
50
46
}
You can’t perform that action at this time.
0 commit comments