message-channel-promise
Advanced tools
Comparing version
@@ -1,2 +0,12 @@ | ||
/******/ (function(modules) { // webpackBootstrap | ||
(function webpackUniversalModuleDefinition(root, factory) { | ||
if(typeof exports === 'object' && typeof module === 'object') | ||
module.exports = factory(); | ||
else if(typeof define === 'function' && define.amd) | ||
define([], factory); | ||
else if(typeof exports === 'object') | ||
exports["sendChannelMessage"] = factory(); | ||
else | ||
root["sendChannelMessage"] = factory(); | ||
})(this, function() { | ||
return /******/ (function(modules) { // webpackBootstrap | ||
/******/ // The module cache | ||
@@ -74,3 +84,5 @@ /******/ var installedModules = {}; | ||
/***/ } | ||
/******/ ]); | ||
/******/ ]) | ||
}); | ||
; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "message-channel-promise", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Promise wrapper for communication via post message and MesssageChannel", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
9613
11.4%80
17.65%