markdown-slides-cli 1.0.5 → 1.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
@@ -1,6 +1,6 @@
1
1
  # 📊 Markdown Slides
2
2
 
3
- > A powerful, interactive markdown slide presentation tool with live editing, minimap view, and fullscreen support. Create beautiful presentations from simple markdown files!
3
+ > A powerful, interactive markdown slide presentation tool with live editing, minimap view, and fullscreen and stdin support. Create beautiful presentations from simple markdown files!
4
4
 
5
5
  ![Node.js](https://img.shields.io/badge/node-%3E%3D14.0.0-brightgreen)
6
6
  ![License](https://img.shields.io/badge/license-MIT-green)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markdown-slides-cli",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Interactive markdown slide presentation with live editing and minimap view",
5
5
  "main": "index.js",
6
6
  "publisher": "mohanchinnappan",