This commit is contained in:
tiago.kayaya
2021-07-22 13:44:34 +01:00
parent f5f09925ad
commit db3937db88
3 changed files with 142 additions and 2 deletions
+4 -2
View File
@@ -109,6 +109,7 @@
"@types/jest": "^26.0.24",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"cordova-android": "^9.1.0",
"cordova-browser": "^6.0.0",
"cordova-ios": "^6.2.0",
"cordova-plugin-androidx": "^3.0.0",
@@ -166,7 +167,8 @@
},
"platforms": [
"browser",
"ios"
"ios",
"android"
]
},
"main": "karma.conf.js",
@@ -175,4 +177,4 @@
"url": "git+https://Kayaya@bitbucket.org/equilibriumito/gabinete-digital.git"
},
"license": "ISC"
}
}