ani-cli-npm 1.3.0 → 1.3.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/bin/index.js +2 -2
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -474,7 +474,7 @@ async function main(){
474
474
  await search()
475
475
  break
476
476
  case "c":
477
- case 2:
477
+ case "2":
478
478
  if (config.most_recent.episode_number !== 0){
479
479
  await _continue()
480
480
  }else{
@@ -512,7 +512,7 @@ async function main(){
512
512
  await main()
513
513
  break
514
514
  case "q":
515
- case 4:
515
+ case "4":
516
516
  console.log(colors.Black, "Exiting...")
517
517
  process.exit()
518
518
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ani-cli-npm",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "ani-cli tool rewritten as npm package",
5
5
  "main": "index.js",
6
6
  "scripts": {