From 93a6a315e583451230ec133a4de16d519559ee32 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 3 Jun 2021 23:10:37 +0800 Subject: [PATCH] released v1.5.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca7c7082..cfb2ccce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-remove-imports", - "version": "1.5.4", + "version": "1.5.5", "description": "Remove the specified import declaration when you use the babel transform to build the package.", "repository": "https://github.com/uiwjs/babel-plugin-transform-remove-imports", "typings": "./index.d.ts",