From 034e4b6b0b6908a624cff5e8c42a9e3ef0623d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacek=20Pi=C4=99tal?= Date: Thu, 23 May 2024 15:12:12 +0200 Subject: [PATCH] feat: update docs --- README.md | 10 +++++----- docma.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9dd61df..020d66c 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@

- npm + npm release - license - downloads + license + downloads dependencies maintained documentation @@ -42,7 +42,7 @@ A powerful tool to easily generate beautiful HTML documentation from Javascript ## Installation ```console -npm i @jacekpietal/docma -D +npm i @pietal.dev/docma -D ``` ## Building Documentation with CLI @@ -71,7 +71,7 @@ See If you need to build documentation from within your code, use the API. ```js -const Docma = require("@jacekpietal/docma"); +const Docma = require("@pietal.dev/docma"); ``` Either by passing a [configuration][docma-config] object. diff --git a/docma.json b/docma.json index 41a4c36..a4cb0db 100644 --- a/docma.json +++ b/docma.json @@ -125,8 +125,8 @@ "label": "Download", "items": [ { - "label": "npm i @jacekpietal/docma -D", - "href": "https://www.npmjs.com/package/@jacekpietal/docma", + "label": "npm i @pietal.dev/docma -D", + "href": "https://www.npmjs.com/package/@pietal.dev/docma", "target": "_blank" }, { diff --git a/package.json b/package.json index d09282c..f74e122 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pietal.dev/docma", - "version": "3.3.7", + "version": "3.3.8", "description": "A powerful dev-tool to easily generate beautiful HTML documentation from Javascript (JSDoc), Markdown and HTML files.", "repository": "Prozi/docma", "license": "MIT",