From be4c5abcae4ef3d49bec8dba632381989af05311 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 3 Dec 2021 18:30:57 +0530 Subject: fix: extending #782 - remove dummy 'webview.js' files. --- recipes/epicgames/package.json | 2 +- recipes/epicgames/webview.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 recipes/epicgames/webview.js (limited to 'recipes/epicgames') diff --git a/recipes/epicgames/package.json b/recipes/epicgames/package.json index 6eb0a40..c1a68c7 100644 --- a/recipes/epicgames/package.json +++ b/recipes/epicgames/package.json @@ -1,7 +1,7 @@ { "id": "epicgames", "name": "Epic Games Store", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "config": { "serviceURL": "https://www.epicgames.com/id/login?lang=en_US&redirectUrl=https%3A%2F%2Fwww.epicgames.com%2Fstore%2Fen-US%2F&noHostRedirect=true" diff --git a/recipes/epicgames/webview.js b/recipes/epicgames/webview.js deleted file mode 100644 index cc40a46..0000000 --- a/recipes/epicgames/webview.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = () => {}; -- cgit v1.2.3-54-g00ecf