@wix/cli
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -111,1 +111,2 @@ "use strict"; | ||
program.parse(); | ||
console.log('Started'); |
{ | ||
"name": "@wix/cli", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"bin": { | ||
@@ -5,0 +5,0 @@ "wix": "bin/wix.js" |
@@ -124,2 +124,3 @@ import open from 'open'; | ||
program.parse() | ||
program.parse() | ||
console.log('Started'); |
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
12380
282