0.4.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ethan Lane 2024-01-13 13:35:14 +00:00
parent 7a52ebb182
commit 486826470a
2 changed files with 4 additions and 5 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "card-drop",
"version": "0.3.1",
"version": "0.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "card-drop",
"version": "0.3.1",
"version": "0.4.0",
"license": "MIT",
"dependencies": {
"@discordjs/rest": "^2.0.0",

View file

@ -1,6 +1,6 @@
{
"name": "card-drop",
"version": "0.3.1",
"version": "0.4.0",
"main": "./dist/bot.js",
"typings": "./dist",
"scripts": {
@ -41,8 +41,7 @@
"ts-jest": "^29.0.0",
"typeorm": "0.3.19"
},
"resolutions": {
},
"resolutions": {},
"devDependencies": {
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",