mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-21 06:01:46 -04:00
updating Base64 library to 2.4.5 (keeping old 1.7 library for legacy ZeroBin support)
This commit is contained in:
parent
cfe60db8fd
commit
91baef389d
7 changed files with 6 additions and 7 deletions
|
@ -10,7 +10,7 @@ global.fs = require('fs');
|
|||
// application libraries to test
|
||||
global.$ = global.jQuery = require('./jquery-3.3.1');
|
||||
global.sjcl = require('./sjcl-1.0.7');
|
||||
global.Base64 = require('./base64-2.1.9').Base64;
|
||||
global.Base64 = require('./base64-2.4.5').Base64;
|
||||
global.RawDeflate = require('./rawdeflate-0.5').RawDeflate;
|
||||
global.RawDeflate.inflate = require('./rawinflate-0.3').RawDeflate.inflate;
|
||||
require('./prettify');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue