From ba59c9250b59b5fa91d4a7185bba590d8b4f8c29 Mon Sep 17 00:00:00 2001 From: Viktor <8722478+binjospookie@users.noreply.github.com> Date: Sat, 6 Jan 2024 18:21:37 +0300 Subject: [PATCH] chore: test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f737f52..6d6f797 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pure-index", "type": "module", - "version": "1.0.0-next.1", + "version": "1.0.0-next.2", "description": "Pure Index is a tool for packages. It helps to clean your packages of unused exports with ease.", "main": "./dist/api/index.js", "types": "./dist/api/index.d.ts",