so help me god

BUILD CORRECTLY
This commit is contained in:
Alex 2020-05-18 01:13:17 -05:00
parent b3b6da7775
commit f490760d11
1 changed files with 4 additions and 2 deletions

View File

@ -11,6 +11,9 @@
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"bin": {
"osselbot": "./src/index.js"
},
"files": [
"/src/"
],
@ -28,6 +31,5 @@
"bugs": {
"url": "https://github.com/Technicolor-creamsicle/Osselbot/issues"
},
"homepage": "https://technicolor.2a03.party/bot",
"bin": "./src/index.js"
"homepage": "https://technicolor.2a03.party/bot"
}