Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "toast-me", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Creates toast messages", | ||
@@ -5,0 +5,0 @@ "main": "lib/toast-me.min.js", |
const ToastMe = require('./toastMe'); | ||
const ToastOptions = require('./optionsLib'); | ||
module.exports = ToastMe; | ||
module.exports = function ( | ||
content, | ||
receivedOptions, | ||
action, | ||
) { | ||
return new ToastMe(content, receivedOptions, action); | ||
}; | ||
module.exports.ToastOptions = ToastOptions; |
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
433842
1259