Skip to content
Snippets Groups Projects
Commit 787edf89 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

major: new core version

parent 03523656
No related branches found
Tags v1.2.1-alpha.4
2 merge requests!5feature: add config support for community list display,!4Alpha
Pipeline #16985 passed with stages
in 2 minutes and 20 seconds
......@@ -13,8 +13,7 @@ export function path() {
}
export function coreVersion() {
let coreUrl = "https://cdn.jsdelivr.net/npm/@startinblox/core@beta/dist/index.js";
// let coreUrl = "http://localhost:3000/dist/index.js";
let coreUrl = "https://cdn.jsdelivr.net/npm/@startinblox/core@lastest/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