mc-pdf-studio 1.0.0 → 1.0.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 +0 -2
  2. package/package.json +1 -5
package/README.md CHANGED
@@ -18,8 +18,6 @@
18
18
  npm install -g mc-pdf-studio
19
19
  ```
20
20
 
21
- ```
22
-
23
21
  ---
24
22
 
25
23
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mc-pdf-studio",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "MC PDF Studio — a beautiful PDF viewer CLI with dark/light themes, minimap navigation, and a multi-provider AI Sidekick (Claude, Ollama, OpenAI, xAI)",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -40,9 +40,5 @@
40
40
  },
41
41
  "engines": {
42
42
  "node": ">=18"
43
- },
44
- "repository": {
45
- "type": "git",
46
- "url": "https://github.com/mchinnappan/mc-pdf-studio"
47
43
  }
48
44
  }