Skip to content

Commit

Permalink
Fix extensionURL in the module to public server.
Browse files Browse the repository at this point in the history
  • Loading branch information
yokobond committed Oct 18, 2020
1 parent 97ac1a8 commit 6029eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/microbitMore.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8244,7 +8244,7 @@ var entry = {
id: "gui.extension.microbitMore.name"
}),
extensionId: 'microbitMore',
extensionURL: 'https://yokobond.github.io/scratch-microbit-more/dev/dist/microbitMore.mjs',
extensionURL: 'https://yokobond.github.io/scratch-microbit-more/dist/microbitMore.mjs',
collaborator: 'Yengawa Lab',
iconURL: img,
insetIconURL: img$1,
Expand Down Expand Up @@ -14950,7 +14950,7 @@ var EXTENSION_ID = 'microbitMore';
* @type {string}
*/

var extensionURL = 'https://yokobond.github.io/scratch-microbit-more/dev/dist/microbitMore.mjs';
var extensionURL = 'https://yokobond.github.io/scratch-microbit-more/dist/microbitMore.mjs';
/**
* Icon png to be displayed at the left edge of each extension block, encoded as a data URI.
* @type {string}
Expand Down

0 comments on commit 6029eda

Please sign in to comment.