From 26a1c5400b74d8921d94ba92164a694f0829ffcb Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Wed, 24 Nov 2021 17:42:12 +0100 Subject: [PATCH] init --- config.js | 1 + package-lock.json | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/config.js b/config.js index ce27a5e..038bc70 100644 --- a/config.js +++ b/config.js @@ -7,6 +7,7 @@ const config = module.exports = { forward: { }, ssl: { } }; config.olServer = 'http://localhost'; // used if all the working directories in one place +// must be ending with '/' config.baseDir = '/home/gitbridge/'; // place of the git repositories diff --git a/package-lock.json b/package-lock.json index 4bd75f3..0cafaa7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,9 +1,13 @@ { "name": "olgitbridge", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { + "name": "olgitbridge", + "version": "1.0.0", + "license": "AGPL-3.0-only", "dependencies": { "active-x-obfuscator": "^0.0.2", "axios": "^0.24.0",