mvc-integrator
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -40,3 +40,3 @@ /*! | ||
pathReadLine.question("Would you like to add a representative column on the left side of the relationship? (y/N): ", (answer) => { | ||
createModelFiles(erdEditorFile, mvcIntegrator.saveOn, (answer == 'N' || answer == 'n') ? false : true); | ||
createModelFiles(erdEditorFile, mvcIntegrator.saveOn, answer.toLowerCase() != 'y' ? false : true); | ||
return; | ||
@@ -43,0 +43,0 @@ }); |
{ | ||
"name": "mvc-integrator", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "The MVC-Integrator is to help developers to build consistency systems. The tool will generate classes releted to an ERD Model created on ERD Editor. Also, it is going to work directly with some database dialects. The development and test are using Visual Studio Code and IBM DB2 on Cloud.", | ||
@@ -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
45513