Skip to content

Commit

Permalink
Merge branch 'release/0.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Jan 16, 2024
2 parents ee61e96 + 37b4fc7 commit 15d59d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/plugin-sails-content/lib/generate-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ async function generateContent(config) {

if (fileStats.isDirectory()) {
await generateContent({
...config,
inputDir: filePath,
outputDir: path.join(config.outputDir, file)
})
Expand Down
2 changes: 1 addition & 1 deletion packages/sails-hook-content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sails-hook-content",
"version": "0.0.3",
"version": "0.0.4",
"description": "Sails hook for Sails Content",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 15d59d4

Please sign in to comment.