gatsby-source-ghost
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -8,3 +8,3 @@ const axios = require('axios'); | ||
if (!options.clientId || !options.clientSecret || !options.apiUrl) { | ||
printError('Plugin Configuration Missing: gatsby-source-ghost requires your adminUrl, clientId and clientSecret'); | ||
printError('Plugin Configuration Missing: gatsby-source-ghost requires your apiUrl, clientId and clientSecret'); | ||
process.exit(1); | ||
@@ -11,0 +11,0 @@ } |
{ | ||
"name": "gatsby-source-ghost", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Gatsby source plugin for building websites using the Ghost API as a data source.", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:TryGhost/gatsby-plugin-ghost.git", |
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
10485