@dunkinfrunkin/mdcat 0.1.12 → 0.1.13

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 +9 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  [![npm](https://img.shields.io/npm/v/@dunkinfrunkin/mdcat?color=61afef&label=npm)](https://www.npmjs.com/package/@dunkinfrunkin/mdcat)
4
4
  [![license](https://img.shields.io/badge/license-MIT-98c379)](LICENSE)
5
5
  [![node](https://img.shields.io/badge/node-%3E%3D18-e5c07b)](package.json)
6
+ [![site](https://img.shields.io/badge/site-mdcat.frankchan.dev-61afef)](https://mdcat.frankchan.dev)
6
7
 
7
8
  **Terminal pager for Markdown.** Full colour, syntax highlighting, incremental search, mouse support — zero config.
8
9
 
@@ -10,7 +11,7 @@
10
11
  npm install -g @dunkinfrunkin/mdcat
11
12
  ```
12
13
 
13
- <video src="https://github.com/dunkinfrunkin/mdcat/releases/download/v0.1.2/demo.mp4" autoplay loop muted playsinline width="100%"></video>
14
+ ![mdcat demo](https://github.com/dunkinfrunkin/mdcat/releases/download/v0.1.12/demo.gif)
14
15
 
15
16
  ---
16
17
 
@@ -104,10 +105,16 @@ npm install
104
105
  npm test
105
106
  ```
106
107
 
107
- All PRs must pass `npm test` (68 tests).
108
+ All PRs must pass `npm test` (80 tests).
108
109
 
109
110
  See [CONTRIBUTING.md](CONTRIBUTING.md) for more details.
110
111
 
112
+ ## Links
113
+
114
+ - [mdcat.frankchan.dev](https://mdcat.frankchan.dev) -- landing page
115
+ - [npm package](https://www.npmjs.com/package/@dunkinfrunkin/mdcat)
116
+ - [GitHub](https://github.com/dunkinfrunkin/mdcat)
117
+
111
118
  ## License
112
119
 
113
120
  [MIT](LICENSE) © Frank Chan
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dunkinfrunkin/mdcat",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "View markdown files beautifully in your terminal",
5
5
  "type": "module",
6
6
  "bin": {