apostrophe-blog
Advanced tools
Comparing version 0.5.1 to 0.5.2
17
index.js
@@ -275,11 +275,10 @@ var async = require('async'); | ||
testData: true, | ||
areas: { | ||
body: { | ||
items: [ | ||
{ | ||
type: 'richText', | ||
content: randomWords({ min: 50, max: 200, join: ' ' }) | ||
} | ||
] | ||
} | ||
body: { | ||
type: 'area', | ||
items: [ | ||
{ | ||
type: 'richText', | ||
content: randomWords({ min: 50, max: 200, join: ' ' }) | ||
} | ||
] | ||
}, | ||
@@ -286,0 +285,0 @@ publishedAt: at, |
{ | ||
"name": "apostrophe-blog", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Blogging for the Apostrophe content management system", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
23194
277