Comparing version 0.3.1 to 0.3.2
@@ -53,3 +53,3 @@ /** | ||
if(type === '-c' || type === '--create' || type === 'create'){ | ||
if(type == '-c' || type == '--create' || type == 'create'){ | ||
app_generator.generate(args); | ||
@@ -56,0 +56,0 @@ }else{ |
{ | ||
"name": "icecream", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "rapid web framework for nodejs", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/zhiyu/icecream", |
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
401755