Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Bump library to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Svallinn committed Jul 16, 2021
1 parent 670a96c commit fb7c81d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
13 changes: 0 additions & 13 deletions package-lock.json

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

20 changes: 16 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freetube/yt-comment-scraper",
"version": "5.2.1",
"version": "6.0.0",
"description": "Scrapes the comments of any YouTube video without YouTube API access. Uses the default YouTube Ajax calls to get the comment data.",
"main": "index.js",
"scripts": {
Expand All @@ -25,11 +25,23 @@
"youtube-comment-scraper",
"comment-scraper"
],
"author": "GilgusMaximus <[email protected]>",
"author": {
"name": "GilgusMaximus",
"email": "[email protected]"
},
"contributors": [
{
"name": "Svallinn",
"email": "[email protected]"
},
{
"name": "PrestonN",
"email": "[email protected]"
}
],
"license": "GPLv3",
"dependencies": {
"axios": "^0.21.1",
"node-html-parser": "^2.0.2"
"axios": "^0.21.1"
},
"devDependencies": {
"jest": "^27.0.4"
Expand Down

0 comments on commit fb7c81d

Please sign in to comment.