lib/js_dependency/cli.rb in js_dependency-0.2.3.1 vs lib/js_dependency/cli.rb in js_dependency-0.3.0

- old
+ new

@@ -76,11 +76,11 @@ target_path, parent_analyze_level: parent_analyze_level, output_path: output_path, alias_paths: alias_paths, excludes: excludes - ).sort.uniq.join("\n") + ).join("\n") puts str end desc "children", "export children list" @@ -111,10 +111,10 @@ target_path, child_analyze_level: child_analyze_level, output_path: output_path, alias_paths: alias_paths, excludes: excludes - ).sort.uniq.join("\n") + ).join("\n") puts str end end end