From 93363875ec660f9e8d4e066a97898f75cc9e6dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Rebours?= Date: Thu, 28 Oct 2021 15:43:17 +0200 Subject: [PATCH] another error in the files of the package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 796f0c9..12f27f3 100755 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.1.0", "files": [ "lib/**/*.js", - "platform-specific/**/*.js", + "browser-version/**/*.js", "index.js", "index.d.ts" ],