From e4e28646b30bc6edbfeeccd4a5898c36e11b4936 Mon Sep 17 00:00:00 2001 From: fullgream Date: Sun, 2 Feb 2025 19:51:43 +0300 Subject: [PATCH] update domain to fullgream.tech --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ea7eea2..f745898 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sql-easy-lib", - "version": "1.0.6", + "version": "1.0.7", "description": "This library was written from simple work with databases. In current version supported next famous databases: sqlite3 and MySQL. In future, list with supported databases will be replenishing.", "main": "index.js", "scripts": { @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+http://git.fullgream.online/fullgream/SQLEasy.js.git" + "url": "git+http://git.fullgream.tech/fullgream/SQLEasy.js.git" }, "author": "FullGreaM", "license": "MIT",