gatsby-source-hire-with-google
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "gatsby-source-hire-with-google", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Gatsby source plugin for loading job openings from hire.withgoogle.com", | ||
@@ -5,0 +5,0 @@ "main": "gatsby-node.js", |
@@ -6,3 +6,3 @@ import crypto from 'crypto' | ||
const jobSelector = 'a.bb-public-jobs-list__job-item-title.ptor-jobs-list__item-job-title' | ||
const BASE_URL = 'https://hire.withgoogle.com/public/jobs/'; | ||
const BASE_URL = 'https://hire.withgoogle.com/public/jobs/' | ||
@@ -47,2 +47,3 @@ const jobTitleSelector = '.bb-jobs-posting__job-title.ptor-job-view-title' | ||
parent: '__SOURCE__', | ||
children: [], | ||
internal: { | ||
@@ -49,0 +50,0 @@ type: 'hireWithGoogleJob', |
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
8203
119