Skip to content

Commit 634e5fb

Browse files
authored
Merge pull request #28 from JeffRMoore/upgrade-dependencies
Upgrade package dependencies
2 parents 7af5539 + df42ab7 commit 634e5fb

File tree

5 files changed

+1094
-2567
lines changed

5 files changed

+1094
-2567
lines changed

dist/S.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
(function (global, factory) {
22
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
33
typeof define === 'function' && define.amd ? define(factory) :
4-
(global.S = factory());
5-
}(this, (function () { 'use strict';
4+
(global = global || self, global.S = factory());
5+
}(this, function () { 'use strict';
66

77
// Public interface
88
var S = function S(fn, value) {
@@ -539,4 +539,4 @@
539539

540540
return S;
541541

542-
})));
542+
}));

dist/withsubclocks.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
(function (global, factory) {
22
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
33
typeof define === 'function' && define.amd ? define(factory) :
4-
(global.S = factory());
5-
}(this, (function () { 'use strict';
4+
(global = global || self, global.S = factory());
5+
}(this, function () { 'use strict';
66

77
// Public interface
88
var S = function S(fn, value) {
@@ -656,4 +656,4 @@
656656

657657
return S;
658658

659-
})));
659+
}));

0 commit comments

Comments
 (0)