asva-executors
Advanced tools
Comparing version 0.1.22 to 0.1.23
@@ -10,3 +10,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
} | ||
})(window, function() { | ||
})(Function("return this")(), function() { | ||
return /******/ (function(modules) { // webpackBootstrap | ||
@@ -13,0 +13,0 @@ /******/ // The module cache |
{ | ||
"name": "asva-executors", | ||
"version": "0.1.22", | ||
"version": "0.1.23", | ||
"description": "Helper classes for your async flow control", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -28,2 +28,3 @@ const config = require('./config.js') | ||
libraryTarget: 'umd', | ||
globalObject: 'Function("return this")()', // allows it to work in different environments. | ||
}, | ||
@@ -30,0 +31,0 @@ module: { |
89863
42
1168