From 6c676232774fb731f03000d51b181cec67e9b218 Mon Sep 17 00:00:00 2001 From: Okinea Dev Date: Mon, 9 Dec 2024 20:13:34 +0200 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E2=9C=85=20fix=20failing=20build=20?= =?UTF-8?q?proveance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 70d108f..875f388 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "ink-divider", - "version": "2.2.0", + "version": "2.1.0", "description": "Divider component for Ink", "license": "MIT", "type": "module", "repository": { "type": "git", - "url": "https://github.com/juresotosek/ink-divider.git" + "url": "git+https://github.com/juresotosek/ink-divider.git" }, "author": { "name": "Jure Sotosek", @@ -44,6 +44,13 @@ "patchedDependencies": { "ink@5.1.0": "patches/ink@5.1.0.patch" }, - "keywords": ["ink", "ink-component", "ink-divider", "ink-cli"], - "trustedDependencies": ["@biomejs/biome"] + "keywords": [ + "ink", + "ink-component", + "ink-divider", + "ink-cli" + ], + "trustedDependencies": [ + "@biomejs/biome" + ] }