contentful-hugo
Advanced tools
Comparing version 1.5.3 to 1.5.4
@@ -0,1 +1,2 @@ | ||
require('dotenv').config(); | ||
const contentful = require('contentful'); | ||
@@ -6,2 +7,3 @@ const yaml = require('js-yaml'); | ||
const yargs = require('yargs'); | ||
yargs.options({ | ||
@@ -20,3 +22,2 @@ preview: { type: 'boolean', default: false, alias: 'P' }, | ||
require('dotenv').config(); | ||
// counter variables | ||
@@ -23,0 +24,0 @@ let totalContentTypes = 0; |
{ | ||
"name": "contentful-hugo", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "Node module that pulls data from Contentful and turns it into markdown files for Hugo. Can be used with other Static Site Generators, but has some Hugo specific features.", | ||
@@ -5,0 +5,0 @@ "main": "index.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
61133