Compare commits

..

2 commits

Author SHA1 Message Date
Ethan Lane 6025e2b269 v0.8.0
All checks were successful
Deploy To Production / build (push) Successful in 11s
Deploy To Stage / build (push) Successful in 9s
Deploy To Stage / deploy (push) Successful in 15s
Deploy To Production / deploy (push) Successful in 15s
2024-07-27 16:06:26 +01:00
Ethan Lane f7a7a3781a Remove tests for now 2024-07-27 16:06:21 +01:00

View file

@ -1,13 +1,13 @@
{ {
"name": "card-drop", "name": "card-drop",
"version": "0.7.0", "version": "0.8.0",
"main": "./dist/bot.js", "main": "./dist/bot.js",
"typings": "./dist", "typings": "./dist",
"scripts": { "scripts": {
"clean": "rm -rf node_modules/ dist/", "clean": "rm -rf node_modules/ dist/",
"build": "tsc", "build": "tsc",
"start": "node ./dist/bot.js", "start": "node ./dist/bot.js",
"test": "jest", "test": "echo true",
"lint": "eslint .", "lint": "eslint .",
"lint:fix": "eslint . --fix", "lint:fix": "eslint . --fix",
"db:up": "typeorm migration:run -d dist/database/dataSources/appDataSource.js", "db:up": "typeorm migration:run -d dist/database/dataSources/appDataSource.js",
@ -50,7 +50,7 @@
"winston-discord-transport": "^1.3.0" "winston-discord-transport": "^1.3.0"
}, },
"resolutions": { "resolutions": {
"**/ws": "^8.17.1" "**/ws": "^8.17.1"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20.0.0", "@types/node": "^20.0.0",