@misk/cli
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -23,3 +23,3 @@ "use strict"; | ||
fs.writeJson(utils_1.Files.package, templates_1.createPackage(miskTab.slug, pkg), utils_1.JsonOptions); | ||
fs.writeJson(utils_1.Files.tsconfig, templates_1.createTsconfig(miskTab.outDir), utils_1.JsonOptions); | ||
fs.writeJson(utils_1.Files.tsconfig, templates_1.createTsconfig(miskTab.outDir ? miskTab.outDir : "lib/web/_tab/" + miskTab.slug), utils_1.JsonOptions); | ||
fs.writeJson(utils_1.Files.tslint, templates_1.tslint, utils_1.JsonOptions); | ||
@@ -26,0 +26,0 @@ fs.writeFile(utils_1.Files.webpack, templates_1.webpack); |
{ | ||
"name": "@misk/cli", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"license": "SEE LICENSE IN https://github.com/square/misk-web", | ||
@@ -5,0 +5,0 @@ "description": "Misk-Web CLI Build Tool", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44058