From 585ece2d3981ad3d805addfd6836b6d05beddfac Mon Sep 17 00:00:00 2001 From: Martin Karkowski Date: Mon, 17 Jan 2022 17:23:23 +0100 Subject: [PATCH] adapting namespace --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 9a7d570..3999d0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nope", - "version": "1.0.0", + "version": "1.0.1", "description": "NoPE Runtime", "browser": "build/nope.js", "main": "dist/index.nodejs.js", @@ -37,15 +37,15 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/anti-held-333/nope-backend.git" + "url": "git+https://git.zema.de/tfs/ZISS/_git/nope-js" }, "keywords": [], - "author": "anti-held-333", + "author": "Martin Karkowski", "license": "MIT", "bugs": { - "url": "https://github.com/anti-held-333/nope-backend/issues" + "url": "https://git.zema.de/tfs/ZISS/_git/nope-js/issues" }, - "homepage": "https://github.com/anti-held-333/nope-backend#readme", + "homepage": "https://git.zema.de/tfs/ZISS/_git/nope-js#readme", "dependencies": { "async": "^3.2.2", "comment-parser": "^1.3.0", @@ -97,4 +97,4 @@ "webpack": "^4.46.0", "webpack-cli": "^4.8.0" } -} +} \ No newline at end of file