Skip to content

Commit

Permalink
fix is installed (#57)
Browse files Browse the repository at this point in the history
* fix is installed

* bump version
  • Loading branch information
andy-t-wang authored Aug 13, 2024
1 parent b98605b commit 671c9ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/minikit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class MiniKit {

public static isInstalled(debug?: boolean) {
if (debug) console.log("MiniKit is alive!");
return true;
return Boolean(window.MiniKit);
}

public static commands = {
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@worldcoin/minikit-js",
"version": "0.0.25-internal-alpha",
"version": "0.0.26-internal-alpha",
"homepage": "https://docs.worldcoin.org/id/minikit",
"description": "Internal Alpha: Mini-kit JS is a lightweight sdk for building mini-apps compatible with World App",
"license": "MIT",
Expand Down

0 comments on commit 671c9ca

Please sign in to comment.