feature: remove solid-map call
This commit is contained in:
parent
7a7741656d
commit
2f8510f297
@ -36,13 +36,6 @@
|
|||||||
"version": "6.4"
|
"version": "6.4"
|
||||||
})
|
})
|
||||||
|
|
||||||
if(componentSet.has("communities"))
|
|
||||||
if(!npm.find(e => e.package == "@startinblox/core" && e.version == "0.17/dist/components/solid-map.js"))
|
|
||||||
npm.push({
|
|
||||||
"package": "@startinblox/core",
|
|
||||||
"version": "0.17/dist/components/solid-map.js"
|
|
||||||
})
|
|
||||||
|
|
||||||
if(componentSet.has("dashboard"))
|
if(componentSet.has("dashboard"))
|
||||||
if(!npm.find(e => e.package == "@startinblox/component-dashboard"))
|
if(!npm.find(e => e.package == "@startinblox/component-dashboard"))
|
||||||
npm.push({
|
npm.push({
|
||||||
@ -82,7 +75,7 @@
|
|||||||
if(!npm.find(e => e.package == "@startinblox/component-notifications"))
|
if(!npm.find(e => e.package == "@startinblox/component-notifications"))
|
||||||
npm.push({
|
npm.push({
|
||||||
"package": "@startinblox/component-notifications",
|
"package": "@startinblox/component-notifications",
|
||||||
"version": "0.13"
|
"version": "0.14"
|
||||||
})
|
})
|
||||||
|
|
||||||
if(componentSet.has("polls"))
|
if(componentSet.has("polls"))
|
||||||
|
Loading…
Reference in New Issue
Block a user