feature: chat to latest boilerplate

This commit is contained in:
Jean-Baptiste Pasquier 2021-07-09 02:36:05 +02:00
parent a4007d7d4c
commit 5d787ef9fd
1 changed files with 2 additions and 2 deletions

View File

@ -30,10 +30,10 @@
})
if(componentSet.has("chat") || componentSet.has("circles") || componentSet.has("projects"))
if(!npm.find(e => e.package == "@startinblox/chat"))
if(!npm.find(e => e.package == "@startinblox/component-chat"))
npm.push({
"package": "@startinblox/component-chat",
"version": "6.3"
"version": "6.4"
})
if(componentSet.has("communities"))