ani-cli-npm 1.1.1 → 1.1.2

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/bin/index.js +1 -1
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -363,7 +363,7 @@ async function search(){
363
363
  console.log(colors.Cyan, "2/d) Download")
364
364
  console.log(colors.Cyan, "3/l) Show Link")
365
365
  console.log(colors.Cyan, "4/q) quit")
366
- choice = (await selection(4, "select;", "q", "d", "l", "q"))
366
+ choice = (await selection(4, "select;", "p", "d", "l", "q"))
367
367
  switch (choice){
368
368
  case "p":
369
369
  case "1":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ani-cli-npm",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "ani-cli tool rewritten as npm package",
5
5
  "main": "index.js",
6
6
  "scripts": {