mongoose-harmony-gridfs
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -60,2 +60,4 @@ 'use strict'; | ||
var id = this.get(linkPropertyName + '.' + key); | ||
if (id == null) return null; | ||
var gridFS = GridStore(mongoose.connection.db, id); | ||
@@ -62,0 +64,0 @@ |
{ | ||
"name": "mongoose-harmony-gridfs", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Mongoose plugin for GridFS based on ES6 Harmony", | ||
@@ -5,0 +5,0 @@ "author": "Dexter Miguel <divmgl@gmail.com>", |
7878
60