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

@@ -21,6 +21,10 @@ var entrySchema = Mongoose.Schema({
parent: {
type: String,
default: ''
},
parentPath: {
type: String,
default: ''
}
},