Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Atrate committed Mar 10, 2021
1 parent 526fb95 commit cefe4cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libgencheck",
"version": "0.5.0",
"version": "0.5.1",
"description": "A Node.js script designed to check whether books in your collection exist on Library Genesis or not",
"main": "src/libgencheck.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"url": "https://gitlab.com/Atrate/libgencheck"
},
"bin": {
"libgencheck": "./bin/libgencheck"
"libgencheck": "bin/libgencheck"
},
"dependencies": {
"libgen": "2.1.x",
Expand Down

0 comments on commit cefe4cb

Please sign in to comment.