From 0a75fc1a511e40f2ac591034bddb23ae764ad0f1 Mon Sep 17 00:00:00 2001 From: fullgream Date: Wed, 11 Dec 2024 16:36:15 +0300 Subject: [PATCH] update repository into package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7aa38fe..38a39ef 100644 --- a/package.json +++ b/package.json @@ -8,14 +8,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Nikiroy78/SQLEasy.js.git" + "url": "git+http://git.fullgream.online/fullgream/SQLEasy.js.git" }, "author": "FullGreaM", - "license": "ISC", + "license": "MIT", "bugs": { - "url": "https://github.com/Nikiroy78/SQLEasy.js/issues" + "url": "http://git.fullgream.online/fullgream/SQLEasy.js/issues" }, - "homepage": "https://github.com/Nikiroy78/SQLEasy.js#readme", + "homepage": "http://git.fullgream.online/fullgream/SQLEasy.js#readme", "dependencies": { "better-sqlite3": "^7.5.3", "sync-mysql": "^3.0.1"