Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mmgoodnow committed Oct 24, 2020
1 parent 0df2a82 commit 6a667d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -4,8 +4,8 @@
"description": "Query Jackett for cross-seedable torrents",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"test": "echo \"Error: no test specified\""
},
"bin": {
"cross-seed": "src/cmd.js"
},
Expand Down

0 comments on commit 6a667d7

Please sign in to comment.