From 219f877888e23070992c5781a47ad16e0fe5fcd8 Mon Sep 17 00:00:00 2001 From: "Rodney, Tiara" Date: Fri, 25 Apr 2025 18:09:00 +0200 Subject: [PATCH] chore: upgrade dependencies also, reformatting was applied by npm... Grrrr... It is what it is... --- package.json | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 19c192b..86ecf79 100644 --- a/package.json +++ b/package.json @@ -3,23 +3,6 @@ "version": "1.0.0", "description": "port of Python standard library logging module", "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "https://github.com/ByteB4rb1e/esm-logging.git" - }, - "author": "Tiara Rodney", - "license": "UNLICENSED", - "main": "index.js", - "devDependencies": { - "@types/jest": "^29.5.14", - "jest": "^29.7.0", - "ts-jest": "^29.2.5", - "typedoc": "^0.27.7", - "typescript": "^5.7.3" - }, "scripts": { "test": "jest", "build": "npm run build:release", @@ -30,5 +13,18 @@ "doc": "typedoc --entryPoints src/index.ts --html build/doc", "mypublish": "ts-node -P tsconfig.node.json scripts/publish.ts", "dist": "ts-node -P tsconfig.node.json scripts/pack.ts build/release dist" + }, + "repository": { + "type": "git", + "url": "https://github.com/ByteB4rb1e/esm-logging.git" + }, + "author": "Tiara Rodney", + "license": "UNLICENSED", + "devDependencies": { + "@types/jest": "^29.5.14", + "jest": "^29.7.0", + "ts-jest": "^29.3.2", + "typedoc": "^0.27.9", + "typescript": "^5.8.3" } }