package overhaul

This commit is contained in:
Alex 2020-05-15 15:41:44 -05:00
parent b0d6c6490e
commit 91f4c849eb
1 changed files with 30 additions and 27 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@technicolor-creamsicle/osselbot",
"version": "2.0.2",
"version": "2.0.2-alpha",
"description": "A discord bot on Discord.js",
"main": "index.js",
"dependencies": {
@ -11,6 +11,9 @@
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"files": [
"./src"
],
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",