+1
-1
| { | ||
| "name": "gitmorph", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "description": "GitMorph CLI — work with gitmorph.com from the command line", | ||
@@ -5,0 +5,0 @@ "bin": { |
+1
-1
@@ -7,3 +7,3 @@ const fs = require("fs"); | ||
| const HOST = "gitmorph.com"; | ||
| const REPO = "tejas/cli"; | ||
| const REPO = "morphllm/cli"; | ||
| const BIN_DIR = path.join(__dirname, "bin"); | ||
@@ -10,0 +10,0 @@ const BINARY_PATH = path.join(BIN_DIR, "gm-binary"); |
3318
0.09%