awesome-notifications
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "awesome-notifications", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Lightweight library for beautifull and smooth notifications", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -123,2 +123,3 @@ import Options from "./defaults" | ||
case "function": | ||
if (oldEl) oldEl.delete() | ||
return arg(param) | ||
@@ -125,0 +126,0 @@ case "string": |
119443
834