@putout/compare
Advanced tools
Comparing version 7.8.0 to 7.9.0
@@ -65,2 +65,5 @@ 'use strict'; | ||
function compare(path, template) { | ||
if (!path && !template) | ||
return true; | ||
if (!path) | ||
@@ -67,0 +70,0 @@ return false; |
{ | ||
"name": "@putout/compare", | ||
"version": "7.8.0", | ||
"version": "7.9.0", | ||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
@@ -5,0 +5,0 @@ "description": "compare ast-nodes", |
20753
520