Skip to content

Commit

Permalink
Bump axios to 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
farshed committed Jan 6, 2021
1 parent fa6a2d0 commit 23bd2e7
Show file tree
Hide file tree
Showing 3 changed files with 674 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Returns a promise that resolves to a string containing lyrics. Returns `null` if
### `getAlbumArt(options)`

Accepts an [options](#types) object. <br/>
Returns a promise that resolves to a string containing a url to the song's album art. Returns `null` if no url is found.
Returns a promise that resolves to a url (string) to the song's album art. Returns `null` if no url is found.

### `getSong(options)`

Expand All @@ -110,7 +110,7 @@ Returns a promise that resolves to an object of type [searchResult](#types). Ret
### `getSongById(id: (number | string))`

Accepts a valid Genius song ID. IDs can be found using the `searchSong` method. <br/>
Returns a promise that resolves to an object of type [song](#types).
Returns a promise that resolves to an array of type [song](#types).

## Support

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"license": "MIT",
"dependencies": {
"axios": "^0.19.0",
"axios": "^0.21.1",
"cheerio-without-node-native": "0.20.2"
},
"repository": {
Expand Down
Loading

0 comments on commit 23bd2e7

Please sign in to comment.