diff --git a/package-lock.json b/package-lock.json index bed55cc..4022b43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@tpcofficial/big-oauth2", - "version": "0.1.49", + "version": "0.1.50", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2f671c7..21fa815 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tpcofficial/big-oauth2", - "version": "0.1.49", + "version": "0.1.50", "description": "A OAuth2 module to easily allow you to integrate your applications authentication with 3rd party IdPs. Returns user data with minimal code to help you create and manage users in your databases!", "main": "index.js", "scripts": { diff --git a/providers/discord.js b/providers/discord.js index c1af46a..00ed097 100644 --- a/providers/discord.js +++ b/providers/discord.js @@ -6,9 +6,6 @@ * 3. Send the access token to an API * */ -const fetch = require('node-fetch'); -const log = require('../lib/logging-debug'); - class DiscordHandler { constructor(configobj,extraOptions = {}) { if (!configobj) diff --git a/providers/google.js b/providers/google.js index 20f6f0d..8cdce84 100644 --- a/providers/google.js +++ b/providers/google.js @@ -6,9 +6,6 @@ * 3. Send the access token to an API * */ -const fetch = require('node-fetch'); -const log = require('../lib/logging-debug'); - class GoogleHandler { constructor(configobj,extraOptions = {}) {