From cecca312e1148d740bafacc06cd64f618a214d16 Mon Sep 17 00:00:00 2001 From: D1plo1d Date: Wed, 18 Nov 2020 12:29:32 -0500 Subject: [PATCH] fix: Added browserlist for parcel bundler support (this will for example automatically transpile arrow functions in the bundler if the user needs to support ie11) --- packages/client/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/client/package.json b/packages/client/package.json index 006a12e..57c0f74 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -3,6 +3,7 @@ "version": "0.1.3", "main": "dist/main.js", "module": "src/index.js", + "browserslist": "last 2 Firefox versions", "repository": { "type": "git", "url": "https://github.com:wallix/webauthn.git",