Updated deps + versions

This commit is contained in:
NGPixel
2017-04-08 16:38:28 -04:00
parent 3c63718328
commit 44318eea48
6 changed files with 35 additions and 17 deletions

View File

@@ -305,7 +305,8 @@ module.exports = {
_id: content.entryPath,
title: content.meta.title || content.entryPath,
subtitle: content.meta.subtitle || '',
parent: content.parent.title || ''
parent: content.parent.title || '',
parentPath: content.parent.path || ''
}, {
new: true,
upsert: true