Merge pull request #38 from artu-ole/master

Fix ReferenceError: module is not defined
This commit is contained in:
JR Conlin
2018-02-22 08:47:09 -08:00
committed by GitHub
+1 -1
View File
@@ -490,6 +490,6 @@ if (OAuthSimple === undefined)
// CommonJS Support
if (module && exports) {
if (typeof exports === 'object' && typeof module !== 'undefined') {
module.exports = OAuthSimple;
}