This commit is contained in:
Alex 2020-05-15 15:14:32 -05:00
parent 6732fe4db5
commit dac06d57e1
2 changed files with 8 additions and 6 deletions

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "osselbot", "name": "@technicolor-creamsicle/osselbot",
"version": "1.1.0", "version": "1.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,

View File

@ -1,18 +1,20 @@
{ {
"name": "osselbot", "name": "@technicolor-creamsicle/osselbot",
"version": "1.1.0", "version": "2.0.2",
"description": "Discordbot on Discord.js", "description": "A discord bot on Discord.js",
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"discord.js": "^12.1.1", "discord.js": "^12.1.1",
"n": "^6.4.0", "n": "^6.4.0",
"pretty-ms": "^6.0.1" "pretty-ms": "^6.0.1"
}, },
"publishConfig": { "registry": "https://npm.pkg.github.com/" }, "publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"devDependencies": {}, "devDependencies": {},
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./index.js" "start": "npm install; node ./src/index.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",