adapting namespace

This commit is contained in:
Martin Karkowski 2022-01-17 17:23:23 +01:00
parent 9e00eafda8
commit 585ece2d39

View File

@ -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",