diff --git a/package.json b/package.json index 20fe4cf..cfd7481 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@navy.gif/wrappers", - "version": "1.7.4", + "version": "1.7.5", "description": "Various wrapper classes I use in my projects", "repository": "https://git.corgi.wtf/Navy.gif/wrappers.git", "author": "Navy.gif", @@ -30,6 +30,7 @@ "lint": "eslint --fix" }, "devDependencies": { + "@navy.gif/logger": "^2.5.1", "@types/node": "^18.15.11", "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1",