From aaacc62568cf0c0af13e70a81672bb24848c8fd5 Mon Sep 17 00:00:00 2001 From: Alejandro Vivas Date: Mon, 30 Aug 2021 10:56:49 -0400 Subject: [PATCH] Hotfix: Remove deprecated browserList config --- .browserslistrc | 11 +++-------- index.html | 4 ++-- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.browserslistrc b/.browserslistrc index 4f63f9a..ea779be 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -1,8 +1,3 @@ -{ - "private": true, - "browserslist": [ - "Edge 16" - ], - "scripts": { - } -} \ No newline at end of file +last 1 version +> 1% +IE 10 # sorry \ No newline at end of file diff --git a/index.html b/index.html index a98f83f..d733f00 100644 --- a/index.html +++ b/index.html @@ -9,8 +9,8 @@ - - + + ToastmeJS - Notifications and Dialogs for your website.