Comparing version 3.9.2 to 3.9.3
@@ -5,5 +5,6 @@ # CHANGELOG | ||
#### Hotfix v3.9.1 && *v3.9.2 - 20/11/2019 | ||
#### Hotfix v3.9.1 - *v3.9.3 - 20/11/2019 | ||
- Fixes on the `merger init` command. | ||
- Fix on the `merger rm` command. In case there was only one file, the program crashed. | ||
@@ -10,0 +11,0 @@ |
@@ -46,3 +46,3 @@ /* | ||
} else if ( sourceFiles.length === 1 ) { | ||
return Callback( sourceFiles[0] ); | ||
return __res( sourceFiles[0] ); | ||
} | ||
@@ -49,0 +49,0 @@ |
@@ -46,2 +46,4 @@ /* | ||
// TODO: BUG: Solve issue with error handling. | ||
// It's always displaying an error and never shows the success output. | ||
proc.on( 'close', ( code ) => { | ||
@@ -48,0 +50,0 @@ if ( hasErrors ) { |
{ | ||
"name": "merger-js", | ||
"displayName": "MergerJS", | ||
"version": "3.9.2", | ||
"version": "3.9.3", | ||
"description": "Yet another simple cross-platform CLI build tool to bundle JavaScript files, with a custom file import syntax, ES8+ minification, auto build capabilities, and native OS notifications.", | ||
@@ -6,0 +6,0 @@ "readme": "https://github.com/joao-neves95/merger-js/blob/master/README.md", |
# Current Branch Version | ||
**v3.9.2** | ||
**v3.9.3** |
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
133271
2478