From 5937b6765883ae020ca488b75be8dfe2f2881d13 Mon Sep 17 00:00:00 2001 From: Max Vedernikov Date: Mon, 19 Feb 2024 17:12:15 +0700 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bfbd82f..3aa4558 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "module": "./lib/esm/index.js", "types": "./lib/index.d.ts", "license": "MIT", - "version": "0.0.1", + "version": "0.0.2", "scripts": { "build": "tsc --emitDeclarationOnly --outDir ./lib", "build-cjs": "tsc --module commonjs --outDir ./lib/cjs",