chore: fix #281 broken builds in forks

This commit is contained in:
Sefa Ilkimen
2019-12-15 05:18:58 +01:00
parent a4f121728c
commit 32187a12fe
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -77,7 +77,6 @@ const configs = {
function getCaps(environment, os, runtime) {
const key = environment.toLowerCase() + capitalize(os) + capitalize(runtime);
console.log(key);
const caps = configs[key];
caps.name = `cordova-plugin-advanced-http (${os})`;