Skip to content

Commit 4373861

Browse files
fix
1 parent 3225219 commit 4373861

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "imagekitio-react",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "React SDK for ImageKit.io which implements client-side upload and URL generation for use inside a react application.",
55
"scripts": {
66
"compile": "node_modules/.bin/babel src --out-dir lib --copy-files",

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
libraryTarget: 'umd',
1313
publicPath: '/dist/',
1414
umdNamedDefine: true,
15-
globalObject: 'typeof self !== \'undefined\' ? self : this',
15+
globalObject: 'this'
1616
},
1717
module: {
1818
rules: [{

0 commit comments

Comments
 (0)