feature: chat to latest boilerplate
This commit is contained in:
parent
a4007d7d4c
commit
5d787ef9fd
@ -30,10 +30,10 @@
|
|||||||
})
|
})
|
||||||
|
|
||||||
if(componentSet.has("chat") || componentSet.has("circles") || componentSet.has("projects"))
|
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({
|
npm.push({
|
||||||
"package": "@startinblox/component-chat",
|
"package": "@startinblox/component-chat",
|
||||||
"version": "6.3"
|
"version": "6.4"
|
||||||
})
|
})
|
||||||
|
|
||||||
if(componentSet.has("communities"))
|
if(componentSet.has("communities"))
|
||||||
|
Loading…
Reference in New Issue
Block a user