update git stuff
This commit is contained in:
parent
8c2debfed8
commit
3337222bdf
@ -1,5 +1,5 @@
|
|||||||
# Squeebot Core Library
|
# 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.
|
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.
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@squeebot/core",
|
"name": "@squeebot/core",
|
||||||
"version": "3.4.0",
|
"version": "3.4.1",
|
||||||
"description": "Squeebot v3 core for the execution environment",
|
"description": "Squeebot v3 core for the execution environment",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"types": "lib/index.d.ts",
|
"types": "lib/index.d.ts",
|
||||||
@ -13,7 +13,7 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"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>",
|
"author": "Evert \"Diamond\" Prants <evert@lunasqu.ee>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
Loading…
Reference in New Issue
Block a user