Skip to content

Commit

Permalink
license change
Browse files Browse the repository at this point in the history
  • Loading branch information
mykhayloserdyuk committed May 15, 2024
1 parent 4d08ede commit a9ed127
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ program
.description(
"A web crawler for Wikipedia, finding paths between two articles."
)
.version("1.0.2");
.version("1.0.3");

program
.command("search")
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wikihiker",
"version": "1.0.2",
"version": "1.0.3",
"description": "A web crawler that finds the fastest route between two Wikipedia pages.",
"main": "index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"url": "git+https://github.com/ubeF/wikihiker.git"
},
"author": "",
"license": "ISC",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ubeF/wikihiker/issues"
},
Expand Down

0 comments on commit a9ed127

Please sign in to comment.