export sjcl for commonjs compliant environments
This commit is contained in:
@@ -67,3 +67,7 @@ var sjcl = {
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
if(typeof module != 'undefined' && module.exports){
|
||||
module.exports = sjcl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user