Merge branch 'lash/cic-cache-syncer-backend-mixup' of gitlab.com:grassrootseconomics/cic-internal-integration into lash/cic-cache-syncer-backend-mixup

This commit is contained in:
nolash 2021-04-16 23:44:55 +02:00
commit 5d4fe04987
3 changed files with 93 additions and 2174 deletions

4
.gitignore vendored
View File

@ -1,6 +1,6 @@
service-configs/*
!service-configs/.gitkeep
node_modules
**/node_modules/
__pycache__
*.pyc
*.o
*.o

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"dependencies": {
"cic-client-meta": "^0.0.7-alpha.6",
"cic-client-meta": "0.0.7-alpha.6",
"vcard-parser": "^1.0.0"
}
}