Skip to content

Commit

Permalink
⬆️ 3.0.1 🎉
Browse files Browse the repository at this point in the history
API for 3.0.1 is not compatible with 2.0.1
  • Loading branch information
ohnx committed Jan 18, 2020
1 parent 1fcab39 commit d439fc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Dependencies
var Google = require("googleapis");
var Google = require("googleapis").google;

// Create YoutTube client
var Client = module.exports = function(config) {};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "youtube-api",
"version": "2.0.10",
"version": "3.0.1",
"description": "A Node.JS module, which provides an object oriented wrapper for the Youtube v3 API.",
"main": "lib/index.js",
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
Expand Down

0 comments on commit d439fc6

Please sign in to comment.