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