Skip to content
Snippets Groups Projects
Commit 493b3ca8 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

hotfix: force core 0.19 as fallback

parent 6f9c7808
No related branches found
Tags v1.4.2
No related merge requests found
Pipeline #19261 passed with stage
in 35 seconds
......@@ -13,7 +13,7 @@ export function path() {
}
export function coreVersion() {
let coreUrl = "https://cdn.jsdelivr.net/npm/@startinblox/core@latest/dist/index.js";
let coreUrl = "https://cdn.jsdelivr.net/npm/@startinblox/core@0.19/dist/index.js";
if(window.orbit) {
let core = window.orbit.npm.find(e=>e.package=='@startinblox/core');
coreUrl = `https://cdn.jsdelivr.net/npm/@startinblox/core@${core.version}/dist/index.js`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment