Skip to content

Commit 18786f5

Browse files
committed
⬆️ 3.0.0 🎉
1 parent a280b7a commit 18786f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "youtube-api",
3-
"version": "3.0.1",
3+
"version": "3.0.0",
44
"description": "A Node.JS module, which provides an object oriented wrapper for the Youtube v3 API.",
55
"main": "lib/index.js",
66
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
@@ -27,7 +27,7 @@
2727
"url": "https://github.com/IonicaBizau/youtube-api/issues"
2828
},
2929
"dependencies": {
30-
"googleapis": "^47.0.0"
30+
"googleapis": "^54.1.0"
3131
},
3232
"homepage": "https://github.com/IonicaBizau/youtube-api",
3333
"directories": {
@@ -36,8 +36,8 @@
3636
"devDependencies": {
3737
"bug-killer": "^4.2.2",
3838
"lien": "^3.3.0",
39-
"opn": "^4.0.1",
40-
"pretty-bytes": "^3.0.1",
39+
"opn": "^6.0.0",
40+
"pretty-bytes": "^5.3.0",
4141
"r-json": "^1.2.2"
4242
},
4343
"scripts": {
@@ -131,4 +131,4 @@
131131
"bloggify.json",
132132
"bloggify/"
133133
]
134-
}
134+
}

0 commit comments

Comments
 (0)