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", "name": "nope",
"version": "1.0.0", "version": "1.0.1",
"description": "NoPE Runtime", "description": "NoPE Runtime",
"browser": "build/nope.js", "browser": "build/nope.js",
"main": "dist/index.nodejs.js", "main": "dist/index.nodejs.js",
@ -37,15 +37,15 @@
}, },
"repository": { "repository": {
"type": "git", "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": [], "keywords": [],
"author": "anti-held-333", "author": "Martin Karkowski",
"license": "MIT", "license": "MIT",
"bugs": { "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": { "dependencies": {
"async": "^3.2.2", "async": "^3.2.2",
"comment-parser": "^1.3.0", "comment-parser": "^1.3.0",
@ -97,4 +97,4 @@
"webpack": "^4.46.0", "webpack": "^4.46.0",
"webpack-cli": "^4.8.0" "webpack-cli": "^4.8.0"
} }
} }