markdown-it-glossary 0.2.0 → 0.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/markdown-it-glossary.svg)](https://www.npmjs.com/package/markdown-it-glossary)
4
4
  [![CI](https://github.com/binarynoir/markdown-it-glossary/actions/workflows/ci.yml/badge.svg)](https://github.com/binarynoir/markdown-it-glossary/actions/workflows/ci.yml)
5
- [![license](https://img.shields.io/npm/l/markdown-it-glossary.svg)](LICENSE)
5
+ [![license](https://img.shields.io/npm/l/markdown-it-glossary.svg?cacheSeconds=3600)](LICENSE)
6
6
 
7
7
  Define a glossary once, in a plain Markdown file, and get it back as
8
8
  site-wide hover tooltips (`<abbr title="...">`) wherever those terms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markdown-it-glossary",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Define a glossary once in a plain Markdown file and get it back as site-wide hover tooltips (<abbr title=\"...\">) wherever those terms appear — with a Markdown-frontmatter opt-out per page. Built for VitePress, works with any markdown-it consumer.",
5
5
  "keywords": [
6
6
  "markdown-it",