shan-server 1.0.4 → 1.0.5

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 (3) hide show
  1. package/README.md +1 -1
  2. package/index.js +2 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -23,7 +23,7 @@ npm install -g shan-server
23
23
  ```
24
24
  ## Last Update
25
25
  ```
26
- Works on Terminal, Shell, Termux, Windows, Linux, macOS, Chrome OS
26
+ Fixed to Works on Terminal, Shell, Termux, Windows, Linux, macOS, Chrome OS
27
27
  ```
28
28
 
29
29
  # 🚀 SHAN SERVER
package/index.js CHANGED
@@ -1,3 +1,5 @@
1
+ #!/usr/bin/env node
2
+
1
3
  const axios = require('axios');
2
4
  const readline = require('readline');
3
5
  const os = require('os');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shan-server",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Interactive SHAN SERVER CLI with auto-author detection for CLI - Download videos from YouTube, TikTok, Instagram, Facebook, Twitter, and more. Features AI chatbots, album storage, captions, fonts, memes, and cloud uploads. Works on Termux, Windows, Linux, macOS, Chrome OS. By ♡︎ 𝗦𝗵𝗔𝗻 ♡︎",
5
5
  "os": [
6
6
  "win32",