fix: use stapps core version to compare with backends' core version

Note: not app version (e.g. 2.0.0).

Closes #77
This commit is contained in:
Jovan Krunić
2020-11-27 15:36:55 +01:00
parent 072204b748
commit 66b8720da0
4 changed files with 18 additions and 7 deletions

View File

@@ -6,6 +6,7 @@
"declaration": false,
"emitDecoratorMetadata": true,
"strictPropertyInitialization": false,
"resolveJsonModule": true,
"lib": [
"es2017",
"dom"