webpack-hot-middleware
Advanced tools
Comparing version 2.16.0 to 2.16.1
@@ -85,6 +85,6 @@ /*eslint-env browser*/ | ||
return { | ||
addMessageListener(fn) { | ||
addMessageListener: function(fn) { | ||
listeners.push(fn); | ||
} | ||
} | ||
}; | ||
} | ||
@@ -91,0 +91,0 @@ |
{ | ||
"name": "webpack-hot-middleware", | ||
"version": "2.16.0", | ||
"version": "2.16.1", | ||
"description": "Webpack hot reloading you can attach to your own server", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45412