create-gluestack
Advanced tools
Comparing version
@@ -19,3 +19,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
else if (typeof define === "function" && define.amd) { | ||
define(["require", "exports", "./data.js", "fs", "path", "simple-git", "child_process", "chalk/index.js"], factory); | ||
define(["require", "exports", "./data.js", "fs", "path", "simple-git", "child_process", "chalk"], factory); | ||
} | ||
@@ -31,3 +31,3 @@ })(function (require, exports) { | ||
const child_process_1 = require("child_process"); | ||
const index_js_1 = __importDefault(require("chalk/index.js")); | ||
const chalk_1 = __importDefault(require("chalk")); | ||
const { gitRepo, branch } = data_js_1.default; | ||
@@ -58,3 +58,3 @@ function cloneProject(projectName, templateName) { | ||
catch (e) { | ||
console.log(index_js_1.default.red('install git first... \n')); | ||
console.log(chalk_1.default.red('install git first... \n')); | ||
process.exit(1); | ||
@@ -61,0 +61,0 @@ } |
@@ -13,3 +13,3 @@ { | ||
"description": "A CLI tool for working with gluestack", | ||
"version": "2.0.5-alpha.6", | ||
"version": "2.0.5-alpha.7", | ||
"license": "MIT", | ||
@@ -16,0 +16,0 @@ "main": "./dist/index.js", |
42199
-0.06%