Simp-O-Matic

Dumb Discord bot in TS.
git clone git://git.knutsen.co/Simp-O-Matic
Log | Files | Refs | README | LICENSE

commit 70a1f0ea2c85d220c13d123d9bd0b2d37b1b37e8
parent 1d3358eb0ce69ede4fd1a79333bde8f704773999
Author: Demonstrandum <moi@knutsen.co>
Date:   Wed,  9 Sep 2020 17:19:27 +0100

Added credit to package.json too

Diffstat:
Mpackage.json | 11++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json @@ -1,16 +1,17 @@ { - "name": "simp-o-matic", + "name": "@demonstrandum/simp-o-matic", "description": "Simp'O'matic is a fren-ly Discord bot.", "keywords": [ "discord", "bot", "simp" ], + "publishConfig": { "registry": "https://npm.pkg.github.com/" }, "license": "AGPL-3.0", - "author": "Sammy, Danny, Bruno, et Frens", - "version": "1.0.0", + "author": "Sammy, Danny, Bruno, Accelarion, jack-javana and friends", + "version": "1.1.0", "engines": { - "node": "13.x", + "node": "14.x", "yarn": "1.22.x" }, "main": "./build/main.js", @@ -27,7 +28,7 @@ "homepage": "https://github.com/Demonstrandum/simpomatic", "repository": { "type": "git", - "url": "https://github.com/Demonstrandum/simpomatic.git" + "url": "git://github.com/Demonstrandum/Simp-O-Matic.git" }, "bugs": { "url": "https://github.com/Demonstrandum/simpomatic/issues"