Skip to content

Commit

Permalink
Update package.json (#2)
Browse files Browse the repository at this point in the history
Fix homepage and repository links in package.json
  • Loading branch information
ericmmartin authored Jan 23, 2025
1 parent 486b6cf commit be63e04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "youtube-transcript-plus",
"version": "1.0.1",
"description": "Fetch transcript from a youtube video",
"version": "1.0.2",
"description": "Fetch transcript from a YouTube video",
"type": "module",
"main": "dist/youtube-transcript-plus.js",
"module": "dist/youtube-transcript-plus.js",
Expand Down Expand Up @@ -45,11 +45,11 @@
"files": [
"dist/*"
],
"repository": "https://github.com/ericmmartin/youtube-transcript.git",
"repository": "https://github.com/ericmmartin/youtube-transcript-plus.git",
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/ericmmartin/youtube-transcript",
"homepage": "https://github.com/ericmmartin/youtube-transcript-plus",
"engines": {
"node": ">=18.0.0"
}
Expand Down

0 comments on commit be63e04

Please sign in to comment.