Comparing version 2.0.9 to 2.1.0
@@ -19,3 +19,3 @@ #!/usr/bin/env node | ||
program | ||
.version("1.0.1") | ||
.version("1.0.2") | ||
.command("yml") | ||
@@ -29,3 +29,5 @@ .option( | ||
"-sd --serverDir <server>", | ||
`Specify a directory on the server ${"(e.g. 358109)".meta}` | ||
`Specify a directory on the server ${ | ||
"(e.g. umbraco/w358109/www/build/)".meta | ||
}` | ||
) | ||
@@ -32,0 +34,0 @@ .description("Create a Github workflow with React build and FTP output") |
@@ -203,3 +203,3 @@ /* | ||
)} Hvilken mappe på ${server} serveren skal prosjektet lastes opp til? ${ | ||
"(e.g. 358109)".meta | ||
"(e.g. umbraco/w358109/www/build/)".meta | ||
} `, | ||
@@ -206,0 +206,0 @@ function (serverDir) { |
{ | ||
"name": "07-cli", | ||
"version": "2.0.9", | ||
"version": "2.1.0", | ||
"description": "A command line tool for 07 organization", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
61424
490