update git stuff

This commit is contained in:
Evert Prants 2022-12-01 15:25:49 +02:00
parent 8c2debfed8
commit 3337222bdf
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Squeebot Core Library
This module provides the components required to run [@squeebot/cli](https://gitlab.icynet.eu/Squeebot/cli)
This module provides the components required to run [@squeebot/cli](https://git.icynet.eu/Squeebot/cli)
and Squeebot plugins. It does nothing on it's own and isn't designed to be used outside of a Squeebot runtime.
However, if you do feel like the code in this module could be of use to you in any way, feel free to use it for anything.
However, if you do feel like the code in this module could be of use to you in any way, feel free to use it for anything.

View File

@ -1,6 +1,6 @@
{
"name": "@squeebot/core",
"version": "3.4.0",
"version": "3.4.1",
"description": "Squeebot v3 core for the execution environment",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "git+https://gitlab.icynet.eu/Squeebot/core.git"
"url": "git+https://git.icynet.eu/Squeebot/core.git"
},
"author": "Evert \"Diamond\" Prants <evert@lunasqu.ee>",
"license": "MIT",