From 2e75ca18f4ad5aa3b2d397804583b8d399dc9c75 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 11 Feb 2021 14:00:08 +0200 Subject: [PATCH] feature(package) putout v15.0.0 --- .gitignore | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 579f17a5..1d755557 100644 --- a/.gitignore +++ b/.gitignore @@ -11,9 +11,9 @@ modules/emitify .nyc_output *.swp -.putoutcache .DS_Store dist dist-dev +.putoutcache diff --git a/package.json b/package.json index ae903ed7..3ea82dda 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "package-json": "^6.0.0", "ponse": "^6.0.0", "pullout": "^4.0.0", - "putout": "^14.0.0", + "putout": "^15.0.0", "redzip": "^1.6.4", "rendy": "^3.0.0", "restafary": "^9.6.0",