varvara-typedoc-theme 0.3.3 → 0.3.4

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -25,7 +25,7 @@ npm install varvara-typedoc-theme --save-dev
25
25
  Use the following command to generate documentation with the Varvara theme:
26
26
 
27
27
  ```bash
28
- npx typedoc --plugin varvara-typedoc-theme --theme varvara-css
28
+ npx typedoc --plugin varvara-typedoc-theme --theme varvara-css src/index.ts
29
29
  ```
30
30
 
31
31
  ### Method 2: Configuration File
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "varvara-typedoc-theme",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "author": "Marc Mariné <shenobi@gmail.com>",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,7 +15,7 @@
15
15
  ],
16
16
  "license": "MIT",
17
17
  "dependencies": {
18
- "varvara-css": "^0.7.0"
18
+ "varvara-css": "^0.7.4"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/bun": "latest"