From 034e4b6b0b6908a624cff5e8c42a9e3ef0623d88 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jacek=20Pi=C4=99tal?=
-
+
-
-
+
+
@@ -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",