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