ani-cli-npm 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
package/README.MD CHANGED
@@ -19,7 +19,10 @@ npx ani-cli-npm@latest
19
19
  ```
20
20
  pkg install nodejs
21
21
  ```
22
- #### - Run npx ani-cli-npm@latest
22
+ #### - Run
23
+ ```
24
+ npx ani-cli-npm@latest
25
+ ```
23
26
  ##### Note: At preset (1.0.6), you will need to change the player to browser, and will have to do any downloads through your browser of choice.
24
27
 
25
28
  ### Linux:
@@ -64,4 +67,4 @@ npx ani-cli-npm@latest
64
67
 
65
68
  ### This project is still somewhat under development, as such, there are a few bugs you may run into. Feel free to open an issue on github, though there is a solid chance I am aware of it and just havn't gotten round to fixing it yet.
66
69
 
67
- ## Happy watching :)
70
+ ## Happy watching :)
package/bin/index.js CHANGED
@@ -401,8 +401,6 @@ async function play(link, anime){
401
401
  }
402
402
 
403
403
  async function search(){
404
- console.clear()
405
- console.log(colors.Blue, "ANI-CLI-NPM \n")
406
404
  console.log(colors.Magenta, "Search...")
407
405
  let choice = await input("")
408
406
  let anime = await process_search(choice)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ani-cli-npm",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "ani-cli tool rewritten as npm package",
5
5
  "main": "index.js",
6
6
  "scripts": {