@docsector/docsector-reader 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docsector/docsector-reader",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "A documentation rendering engine built with Vue 3, Quasar v2 and Vite. Transform Markdown into beautiful, navigable documentation sites.",
|
|
5
5
|
"productName": "Docsector Reader",
|
|
6
6
|
"author": "Rodrigo de Araujo Vieira",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"private": false,
|
|
9
|
+
"readmeFilename": "README.md",
|
|
9
10
|
"type": "module",
|
|
10
11
|
"main": "src/index.js",
|
|
11
12
|
"exports": {
|
|
@@ -13,7 +14,7 @@
|
|
|
13
14
|
"./config": "./docsector.config.js"
|
|
14
15
|
},
|
|
15
16
|
"bin": {
|
|
16
|
-
"docsector": "
|
|
17
|
+
"docsector": "bin/docsector.js"
|
|
17
18
|
},
|
|
18
19
|
"files": [
|
|
19
20
|
"bin/",
|