react-google-calendar-api
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -1,2 +0,2 @@ | ||
const Config = require("../../apiGoogleconfig.json"); | ||
const Config = require("../../../apiGoogleconfig.json"); | ||
class ApiCalendar { | ||
@@ -3,0 +3,0 @@ constructor() { |
@@ -1,2 +0,2 @@ | ||
const Config = require("../../apiGoogleconfig.json"); | ||
const Config = require("../../../apiGoogleconfig.json"); | ||
@@ -3,0 +3,0 @@ class ApiCalendar { |
@@ -11,3 +11,3 @@ 'use strict'; | ||
var Config = require("../../apiGoogleconfig.json"); | ||
var Config = require("../../../apiGoogleconfig.json"); | ||
@@ -14,0 +14,0 @@ var ApiCalendar = function () { |
{ | ||
"name": "react-google-calendar-api", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "An api to manage your google calendar", | ||
@@ -5,0 +5,0 @@ "main": "./build/ApiCalendar.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28954