From 8973b7e821d67afb18fae6568aa451ac68931a7a Mon Sep 17 00:00:00 2001 From: Vlad Shcherbin Date: Tue, 29 Jan 2019 19:42:49 +0300 Subject: [PATCH] Release 0.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69ddf0f..6cd60e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rollup-plugin-delete", "description": "Delete files and folders using Rollup", - "version": "0.2.0", + "version": "0.2.1", "author": "Vlad Shcherbin ", "repository": "vladshcherbin/rollup-plugin-delete", "main": "dist/index.cjs.js",