From 443fa41694ca574d722307ab7b53336addae3964 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Sat, 9 Jul 2022 11:36:31 +0200 Subject: [PATCH] update to latest --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e018a2f..d732197 100644 --- a/package.json +++ b/package.json @@ -6,11 +6,11 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/sapmentors/abap2xlsx.git" + "url": "git+https://github.com/abap2xlsx/abap2xlsx.git" }, "devDependencies": { "@abaplint/cli": "^2.91.7", - "@abaplint/transpiler-cli": "^2.0.57", - "@abaplint/runtime": "^2.0.57" + "@abaplint/transpiler-cli": "^2.0.58", + "@abaplint/runtime": "^2.0.58" } }