Comparing version 1.0.3 to 1.0.4
@@ -8,8 +8,9 @@ #!/usr/bin/env node | ||
program.version('1.0.2'); | ||
program.version('1.0.3'); | ||
program | ||
.arguments('<dir>') | ||
.option('-w --webpack','创建项目') | ||
.option('-k --koa','创建项目') | ||
.option('-w --webpack','创建webpack项目') | ||
.option('-k --koa','创建koa项目') | ||
.action(callback); | ||
program.parse(process.argv); | ||
@@ -16,0 +17,0 @@ |
{ | ||
"name": "yu-init", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -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
Network access
Supply chain riskThis module accesses the network.
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
6362
12
128
2