From 8abff85da99c430001a80f3446edb9755f47c15f Mon Sep 17 00:00:00 2001 From: Tomas Novas Date: Tue, 24 Oct 2017 17:37:40 -0300 Subject: [PATCH] Change implementation --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d306581..abae14b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/tnovas/youtube" }, "email": "tnovas@gmail.com", - "version": "1.2.0", + "version": "1.2.1", "description": "This module is a implementation of Youtube Data API V3 https://developers.google.com/youtube/v3/guides", "main": "app.js", "scripts": { @@ -25,6 +25,6 @@ "dependencies": { "axios": "^0.16.2", "express": "^4.16.2", - "oauth20": "^2.0.0" + "oauth20": "^2.0.2" } }