move manifests to the source folder

This commit is contained in:
Yeiniel Suárez Sosa 2020-11-27 21:52:55 -05:00
parent b0675b1ad3
commit 75b9cc60df
No known key found for this signature in database
GPG Key ID: E2CFACE611B42B6C
4 changed files with 3 additions and 3 deletions

View File

@ -30,9 +30,9 @@ module.exports = {
"serviceworker.js", "serviceworker.js",
"electron-*.js", "electron-*.js",
"../package.json", "../package.json",
"../manifest.json", "manifest.json",
"../manifest.webapp", "manifest.webapp",
"../webapp.manifest.json" "webapp.manifest.json"
] ]
}) })
], ],