From aab4a7186f33c9d2769bfa5434201799e787df69 Mon Sep 17 00:00:00 2001 From: Vlad Shcherbin Date: Sun, 5 May 2019 23:40:09 +0300 Subject: [PATCH] Release 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5abbdfd..48f7cd6 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.2", + "version": "1.0.0", "author": "Vlad Shcherbin ", "repository": "vladshcherbin/rollup-plugin-delete", "main": "dist/index.commonjs.js",