feature: remove solid-map call

This commit is contained in:
Jean-Baptiste Pasquier 2021-07-15 18:23:14 +00:00
parent 7a7741656d
commit 2f8510f297
1 changed files with 1 additions and 8 deletions

View File

@ -36,13 +36,6 @@
"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(!npm.find(e => e.package == "@startinblox/component-dashboard"))
npm.push({
@ -82,7 +75,7 @@
if(!npm.find(e => e.package == "@startinblox/component-notifications"))
npm.push({
"package": "@startinblox/component-notifications",
"version": "0.13"
"version": "0.14"
})
if(componentSet.has("polls"))