rename dependjs to depents

This commit is contained in:
nitowa
2022-10-16 02:54:30 +02:00
parent a373b178c6
commit 42ab3441cd
+5 -5
View File
@@ -1,17 +1,17 @@
{ {
"name": "dependjs", "name": "depents",
"version": "0.0.1", "version": "0.0.1",
"description": "dependjs is a typescript dependency injector", "description": "depents is a typescript dependency injector",
"main": "./js/Index.js", "main": "./js/Index.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://gitea.nitowa.xyz/npm-packages/dependjs.git" "url": "https://gitea.nitowa.xyz/npm-packages/depents.git"
}, },
"bugs": { "bugs": {
"url": "https://gitea.nitowa.xyz/npm-packages/dependjs/issues", "url": "https://gitea.nitowa.xyz/npm-packages/depents/issues",
"email": "peter.millauer@gmail.com" "email": "peter.millauer@gmail.com"
}, },
"homepage": "https://gitea.nitowa.xyz/docs/dependjs", "homepage": "https://gitea.nitowa.xyz/docs/depents",
"keywords": [ "keywords": [
"typescript", "typescript",
"dependency injection", "dependency injection",