From f3fba2832609ece40c0e226ba0b5c82d2d12710c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 1 Apr 2024 09:13:07 +0300 Subject: [PATCH] Update package.json --- package.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7c3a940..3ce8700 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,10 @@ "version": "6.0.0", "description": "Check if a binary is working", "license": "MIT", - "repository": "XhmikosR/bin-check", + "repository": { + "type": "git", + "url": "git+https://github.com/XhmikosR/bin-check.git" + }, "publishConfig": { "access": "public" }, @@ -44,9 +47,9 @@ "ava": "^6.1.2", "xo": "^0.58.0" }, - "xo": { - "rules": { - "unicorn/prevent-abbreviations": "off" - } - } + "xo": { + "rules": { + "unicorn/prevent-abbreviations": "off" + } + } }