Skip to content

Commit b8161d8

Browse files
committed
Latest esperanto, fixes UMD issue
1 parent 84101b9 commit b8161d8

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

dist/immutable.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* of patent rights can be found in the PATENTS file in the same directory.
88
*/
99
(function (global, factory) {
10-
typeof define === 'function' && define.amd ? define([], factory) :
11-
typeof exports === 'object' ? module.exports = factory() :
10+
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
11+
typeof define === 'function' && define.amd ? define(factory) :
1212
global.Immutable = factory()
1313
}(this, function () { 'use strict';var SLICE$0 = Array.prototype.slice;
1414

0 commit comments

Comments
 (0)