Skip to content

Commit a2eccb0

Browse files
author
HarshKhandeparkar
committed
dist: with yarn upgrade
1 parent 24b0655 commit a2eccb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/gpujs-real-renderer-browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(function (global, factory) {
22
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
33
typeof define === 'function' && define.amd ? define(['exports'], factory) :
4-
(global = global || self, factory(global.GPUjsRealRenderer = {}));
4+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.GPUjsRealRenderer = {}));
55
}(this, (function (exports) { 'use strict';
66

77
/**

0 commit comments

Comments
 (0)