@putout/compare
Advanced tools
Comparing version 6.1.1 to 7.0.0
{ | ||
"name": "@putout/compare", | ||
"version": "6.1.1", | ||
"version": "7.0.0", | ||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
@@ -15,16 +15,9 @@ "description": "compare ast-nodes", | ||
}, | ||
"nyc": { | ||
"exclude": [ | ||
"**/*.spec.js", | ||
"test", | ||
".*.js" | ||
] | ||
}, | ||
"scripts": { | ||
"test": "madrun test", | ||
"watch:test": "madrun watch:test", | ||
"lint:lib": "madrun lint:lib", | ||
"lint": "madrun lint", | ||
"fresh:lint": "madrun fresh:lint", | ||
"lint:fresh": "madrun lint:fresh", | ||
"fix:lint": "madrun fix:lint", | ||
"putout": "madrun putout", | ||
"coverage": "madrun coverage", | ||
@@ -64,3 +57,3 @@ "report": "madrun report" | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=14" | ||
}, | ||
@@ -67,0 +60,0 @@ "publishConfig": { |
20256