docpad-plugin-cloudant
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -125,3 +125,3 @@ // Generated by CoffeeScript 1.9.2 | ||
var ref; | ||
return (ref = doc.id) != null ? ref.substr(0, 8 !== '_design/') : void 0; | ||
return (ref = doc._id) != null ? ref.substr(0, 8 !== '_design/') : void 0; | ||
}; | ||
@@ -128,0 +128,0 @@ if (!collectionConfig.includeDesignDocs) { |
{ | ||
"name": "docpad-plugin-cloudant", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Import your Cloudant databases to DocPad collections", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/nfriedly/docpad-plugin-cloudant", |
11247