Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ekhaled committed Dec 22, 2023
1 parent 40b27d9 commit d7ec457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const versions = {
v4 : {name: "v4.x.x", description:"Compatible with Svelte 4", link:"https://ui.kws3.media/v4/"}
};
export let selectedVersion = pkg.version;
export const cmd = "npm i -D @kws3/ui@" + selectedVersion;
export const cmd = "npm i -D @kws3/ui@^" + selectedVersion;
export let copied = false;
export function ctc(e){
e && e.currentTarget && e.currentTarget.blur();
Expand Down

0 comments on commit d7ec457

Please sign in to comment.