From 9be95ab2e1df68506ce1f8e36d64bdf61f562314 Mon Sep 17 00:00:00 2001 From: Puru Vijay Date: Wed, 14 Sep 2022 00:30:14 +0200 Subject: [PATCH] Reduce size --- README.md | 6 +----- package.json | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3100210..e442b47 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Let's party 🎊🎊 with Svelte! svelte-confetti-explosion allows you to show a ## Features -- 🤏 Tiny - Less than 2.5KB min+gzip. +- 🤏 Tiny - 2KB min+br. - 🐇 Simple - Quite simple to use, and effectively no-config required! - 🧙‍♀️ Elegant - Use a Svelte component rather than setting things up in `onMount` hook. - 🗃️ Highly customizable - Offers tons of options that you can modify to get different behaviors. @@ -205,7 +205,3 @@ Also, after the specified `duration`, all the confetti DOM nodes will be destroy MIT License © [Puru Vijay](https://twitter.com/puruvjdev) - -``` - -``` diff --git a/package.json b/package.json index 6fb3592..d8ad9b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-confetti-explosion", - "version": "0.2.0", + "version": "0.3.0", "description": "Confetti explosion in Svelte 🎉🎊", "author": "Puru Vijay", "license": "MIT",