cloudcannon-hugo
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "cloudcannon-hugo", | ||
"type": "module", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Generates the files necessary for a hugo site to integrate with CloudCannon CMS", | ||
@@ -6,0 +6,0 @@ "main": "src/index.js", |
@@ -44,3 +44,3 @@ import { basename, join } from 'path'; | ||
} else if (isSingle) { | ||
typeFolders.push(section, '_default'); | ||
typeFolders.push(type, section, '_default'); | ||
layoutFiles.push(layout, 'single'); | ||
@@ -47,0 +47,0 @@ } else { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
41709
2