Skip to content

Commit

Permalink
closes vadimdemedes#39, closes vadimdemedes#41; 2022 renovation (v3.0.1)
Browse files Browse the repository at this point in the history
- es6 rewrite
- use of urlsearchparams instead of querystring
(querystring is deprecated in favor of urlsearchparams)
- use of axios instead of got
(got <11.8.5 allows a redirect to a UNIX socket)
  • Loading branch information
obrobrio2000 committed Jul 18, 2022
1 parent 4afdb3b commit 55ab2b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "googleimg",
"version": "3.0.0",
"version": "3.0.1",
"description": "Search for images using Google Images!",
"main": "index.js",
"scripts": {
"test": "ava --serial"
},
"repository": {
"type": "git",
"url": "git+https://github.com/obrobrio2000/googleimages.git"
"url": "git+https://github.com/obrobrio2000/googleimg.git"
},
"keywords": [
"google",
Expand All @@ -29,9 +29,9 @@
"thanksTo": "Vadim Demedes <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/obrobrio2000/googleimages/issues"
"url": "https://github.com/obrobrio2000/googleimg/issues"
},
"homepage": "https://github.com/obrobrio2000/googleimages#readme",
"homepage": "https://github.com/obrobrio2000/googleimg#readme",
"publishConfig": {
"registry": "https://registry-url"
}
Expand Down

0 comments on commit 55ab2b8

Please sign in to comment.