eleventy-plugin-asciidoc 1.2.0 → 1.2.1

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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -10,8 +10,8 @@ The plugin uses [Asciidoctor.js](https://docs.asciidoctor.org/asciidoctor.js) un
10
10
 
11
11
  - Supports the default [YAML front matter](https://www.11ty.dev/docs/data-frontmatter/).
12
12
  - Supports [AsciiDoc document title](https://docs.asciidoctor.org/asciidoc/latest/document/title/#title-syntax)
13
- - Other attributes in the AsciiDoc file are made available in `page.asciidocAttributes`.
14
- - Example `:author: Jane Doe` in the `.adoc` file will be available in `page.asciidocAttrbutes.author`
13
+ - Other attributes in the AsciiDoc files are made available through `page.asciidocAttributes`.
14
+ - Example `:author: Jane Doe` in the `.adoc` file will be available as `page.asciidocAttrbutes.author`
15
15
 
16
16
  ## Usage
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eleventy-plugin-asciidoc",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Adds support for AsciiDoc to Eleventy",
5
5
  "main": ".eleventy.js",
6
6
  "repository": {
@@ -13,8 +13,8 @@
13
13
  "prepare": "husky install"
14
14
  },
15
15
  "keywords": [
16
- "responsive-images",
17
- "images",
16
+ "asciidoc",
17
+ "asciidoctor",
18
18
  "eleventy",
19
19
  "11ty",
20
20
  "eleventy-plugin"