Comparing version 3.6.2 to 3.6.3
@@ -5,4 +5,10 @@ # CHANGELOG | ||
#### *v3.6.2 - 26/10/2018 | ||
#### *v3.6.3 - 01/11/2018 | ||
- Multiple package updates. | ||
| ||
#### v3.6.2 - 26/10/2018 | ||
- Solved a bug where, in non-minified builds, if the last line of a file ended with a comment it commented out the first line of the next file; | ||
@@ -9,0 +15,0 @@ - Solved bug where if the user imported an entire directory (e.g.: ```@import<<DIR 'someDir'```) with subdirectories, it gave an "EISDIR" read error; |
{ | ||
"name": "merger-js", | ||
"displayName": "MergerJS", | ||
"version": "3.6.2", | ||
"version": "3.6.3", | ||
"description": "Yet another light weight and simple cross-platform build tool for JavaScript files, with CLI tooling, file imports, auto build capabilities and native OS notifications.", | ||
@@ -39,3 +39,3 @@ "readme": "https://github.com/joao-neves95/merger-js/blob/master/README.md", | ||
"commander": "^2.15.1", | ||
"inquirer": "^5.2.0", | ||
"inquirer": "^6.2.0", | ||
"line-by-line": "^0.1.6", | ||
@@ -49,4 +49,7 @@ "neo-async": "^2.5.1", | ||
"build tool", | ||
"tool", | ||
"make", | ||
"merge", | ||
"merger", | ||
"uglify", | ||
"auto builds", | ||
@@ -56,3 +59,2 @@ "automatic", | ||
"javascript", | ||
"files", | ||
"front-end", | ||
@@ -59,0 +61,0 @@ "frontend", |
# MergerJS | ||
[![npm](https://img.shields.io/npm/v/merger-js.svg)](https://www.npmjs.com/package/merger-js) [![LICENSE](https://img.shields.io/npm/l/merger-js.svg)](https://github.com/joao-neves95/merger-js/blob/master/LICENSE) | ||
[![npm](https://img.shields.io/npm/v/merger-js.svg)](https://www.npmjs.com/package/merger-js) | ||
[![LICENSE](https://img.shields.io/npm/l/merger-js.svg)](https://github.com/joao-neves95/merger-js/blob/master/LICENSE) | ||
[![DepShield Badge](https://depshield.sonatype.org/badges/joao-neves95/merger-js/depshield.svg)](https://depshield.github.io) | ||
@@ -5,0 +7,0 @@ Yet another lightweight and simple cross-platform build tool for JavaScript files, with CLI tooling, file imports, auto build capabilities and native OS notifications. |
@@ -11,3 +11,4 @@ # TODO | ||
- Add an edit source file command to the CLI; | ||
- Add more validation and error handling to the CLI. | ||
- Add more validation and error handling to the CLI; | ||
- Add contributing guidelines. | ||
@@ -17,3 +18,4 @@ -------------------------------------------------------------------------------------------------------------------------- | ||
- A desktop app. | ||
-------------------------------------------------------------------------------------------------------------------------- |
72537
220
+ Addedansi-regex@4.1.1(transitive)
+ Addedchardet@0.7.0(transitive)
+ Addedexternal-editor@3.1.0(transitive)
+ Addedinquirer@6.5.2(transitive)
+ Addedrxjs@6.6.7(transitive)
+ Addedstrip-ansi@5.2.0(transitive)
+ Addedtslib@1.14.1(transitive)
- Removedchardet@0.4.2(transitive)
- Removedexternal-editor@2.2.0(transitive)
- Removedinquirer@5.2.0(transitive)
- Removedrxjs@5.5.12(transitive)
- Removedsymbol-observable@1.0.1(transitive)
Updatedinquirer@^6.2.0