From 9feff9252fcd58de0f8a7c88d5839f6b8ae09081 Mon Sep 17 00:00:00 2001 From: Giuliano Collacchioni Date: Thu, 12 Nov 2020 15:27:10 +0100 Subject: [PATCH] Fixed name --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index a27dfdb..03148f5 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -19,7 +19,7 @@ export default { globals }, { - name: 'rawth', + name: 'lazy', file: 'lazy.min.js', format: 'umd', globals,