From 75b9cc60df7466d0cf921aa8470b56b37854c495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yeiniel=20Su=C3=A1rez=20Sosa?= Date: Fri, 27 Nov 2020 21:52:55 -0500 Subject: [PATCH] move manifests to the source folder --- manifest.json => src/manifest.json | 0 manifest.webapp => src/manifest.webapp | 0 webapp.manifest.json => src/webapp.manifest.json | 0 webpack.config.js | 6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) rename manifest.json => src/manifest.json (100%) rename manifest.webapp => src/manifest.webapp (100%) rename webapp.manifest.json => src/webapp.manifest.json (100%) diff --git a/manifest.json b/src/manifest.json similarity index 100% rename from manifest.json rename to src/manifest.json diff --git a/manifest.webapp b/src/manifest.webapp similarity index 100% rename from manifest.webapp rename to src/manifest.webapp diff --git a/webapp.manifest.json b/src/webapp.manifest.json similarity index 100% rename from webapp.manifest.json rename to src/webapp.manifest.json diff --git a/webpack.config.js b/webpack.config.js index d1c40ab..ded6968 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -30,9 +30,9 @@ module.exports = { "serviceworker.js", "electron-*.js", "../package.json", - "../manifest.json", - "../manifest.webapp", - "../webapp.manifest.json" + "manifest.json", + "manifest.webapp", + "webapp.manifest.json" ] }) ],