remark-docx 0.0.5 → 0.0.6

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 +1 -1
package/README.md CHANGED
@@ -72,6 +72,6 @@ const text = "# hello world";
72
72
  | keywords | undefined | string? | |
73
73
  | description | undefined | string? | |
74
74
  | lastModifiedBy | undefined | string? | |
75
- | revision | undefined | string? | |
75
+ | revision | undefined | number? | |
76
76
  | styles | undefined | IStylesOptions? | |
77
77
  | background | undefined | IDocumentBackgroundOptions? | |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remark-docx",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "remark plugin to compile markdown to docx.",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.mjs",