From 43f2c3e74ffc4a79434aefd1708a1ed2f96c4820 Mon Sep 17 00:00:00 2001 From: Aral Roca Gomez Date: Thu, 2 Dec 2021 16:32:38 +0100 Subject: [PATCH 1/2] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8bd1712..dfdcf3e 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ _Browser extension that allows you to inspect a [Teaful](https://github.com/teaf 1. **Install the DevTools extension** - [Chrome](https://chrome.google.com/webstore/detail/teaful-devtools/lficdnnjoackdnaddfcgllmjdocofadc) + - Firefox _(not yet)_ + - Edge _(not yet)_ 2. **Install the bridge in your app**: From 40a9cbfc55a26fb2d9dee6d2f95b73e39aee5247 Mon Sep 17 00:00:00 2001 From: Aral Roca Gomez Date: Thu, 2 Dec 2021 16:38:32 +0100 Subject: [PATCH 2/2] Update bundlewatch --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 17546cb..afbf162 100644 --- a/package.json +++ b/package.json @@ -36,19 +36,19 @@ "files": [ { "path": "./dist/index.js", - "maxSize": "350 B" + "maxSize": "400 B" }, { "path": "./dist/index.modern.js", - "maxSize": "350 B" + "maxSize": "400 B" }, { "path": "./dist/index.m.js", - "maxSize": "350 B" + "maxSize": "400 B" }, { "path": "./dist/index.umd.js", - "maxSize": "350 B" + "maxSize": "400 B" } ] },