File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,14 @@ sudo: false
33language : node_js
44
55node_js :
6- - " 4"
7- - " 5"
8- - " 6"
6+ - " 10"
7+ - " 12"
8+ - " 13"
9+ - " stable"
910
1011matrix :
1112 fast_finish : true
1213
1314cache :
1415 directories :
15- - node_modules
16+ - node_modules
Original file line number Diff line number Diff line change 11# grunt-contrib-obfuscator [ ![ Build Status] ( https://travis-ci.com/javascript-obfuscator/grunt-contrib-obfuscator.svg?branch=master )] ( https://travis-ci.com/javascript-obfuscator/grunt-contrib-obfuscator )
22
3- > Obfuscate JavaScript files using [ javascript-obfuscator] ( https://github.com/javascript-obfuscator/javascript-obfuscator ) @0 .10.0 .
3+ > Obfuscate JavaScript files using [ javascript-obfuscator] ( https://github.com/javascript-obfuscator/javascript-obfuscator ) @0 .23.2 .
44
55You can try the javascript-obfuscator module and see all its options here: https://obfuscator.io/
66
Original file line number Diff line number Diff line change 1818 },
1919 "dependencies" : {
2020 "chalk" : " ^1.0.0" ,
21- "javascript-obfuscator" : " ^0.10.0 "
21+ "javascript-obfuscator" : " ^0.23.2 "
2222 },
2323 "devDependencies" : {
2424 "grunt" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments