From 179ccd388311a91c78d7e79ffc6e58fc4b921c72 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 29 May 2024 14:12:44 +0200 Subject: [PATCH] update description --- package.json | 21 +++++++++++++-------- readme.md | 2 +- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index f16fd2d..07738be 100644 --- a/package.json +++ b/package.json @@ -14,11 +14,11 @@ "buildDocs": "(tsdoc)" }, "devDependencies": { - "@gitzone/tsbuild": "^2.1.25", - "@gitzone/tsbundle": "^2.0.5", - "@gitzone/tsdoc": "^1.1.10", - "@gitzone/tstest": "^1.0.44", - "@pushrocks/tapbundle": "^5.0.3", + "@git.zone/tsbuild": "^2.1.25", + "@git.zone/tsbundle": "^2.0.5", + "@git.zone/tsdoc": "^1.1.10", + "@git.zone/tstest": "^1.0.44", + "@push.rocks/tapbundle": "^5.0.3", "@types/node": "^17.0.41" }, "browserslist": [ @@ -37,8 +37,8 @@ "readme.md" ], "dependencies": { - "@pushrocks/smartfile": "^10.0.2", - "@pushrocks/smartmarkdown": "^3.0.0", + "@push.rocks/smartfile": "^10.0.2", + "@push.rocks/smartmarkdown": "^3.0.0", "@tsclass/tsclass": "^4.0.3" }, "keywords": [ @@ -49,5 +49,10 @@ "sites", "typescript", "development tool" - ] + ], + "homepage": "https://code.foss.global/push.rocks/smartdocumentation", + "repository": { + "type": "git", + "url": "https://code.foss.global/push.rocks/smartdocumentation.git" + } } \ No newline at end of file diff --git a/readme.md b/readme.md index e4b22d1..a699128 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ This will add `@push.rocks/smartdocumentation` to your project's dependencies. ## Usage -The `@push.rocks/smartdocumentation` package allows you to map your git directory structures into documentation sites efficiently. It leverages TypeScript and a set of sophisticated tools under the hood such as `@pushrocks/smartfile`, `@pushrocks/smartmarkdown`, and `@tsclass/tsclass` to manage and generate documentation content dynamically. +The `@push.rocks/smartdocumentation` package allows you to map your git directory structures into documentation sites efficiently. It leverages TypeScript and a set of sophisticated tools under the hood such as `@push.rocks/smartfile`, `@push.rocks/smartmarkdown`, and `@tsclass/tsclass` to manage and generate documentation content dynamically. ### Setting Up