Skip to content

Commit

Permalink
chore(deps): Update package.json version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
totallynotdavid committed Mar 20, 2024
1 parent 1259fe3 commit d840a7f
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 46 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yt_metadata",
"version": "0.0.4",
"version": "0.0.5",
"description": "A package to fetch YouTube content details, either by URL or search query.",
"main": "src/youtubeMetadata.js",
"scripts": {
Expand All @@ -27,11 +27,11 @@
},
"homepage": "https://github.com/totallynotdavid/yt_metadata#readme",
"devDependencies": {
"eslint": "^8.55.0",
"eslint": "^8.57.0",
"eslint-config-eslint": "^9.0.0",
"jest": "^29.7.0"
},
"dependencies": {
"dotenv": "^16.3.1"
"dotenv": "^16.4.5"
}
}
91 changes: 48 additions & 43 deletions pnpm-lock.yaml

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

0 comments on commit d840a7f

Please sign in to comment.