Compare commits
No commits in common. "a9cb7a58a374c03968311064790e74fabf538db1" and "9131fb9a425ba99e45c8c0998b4614cbd3d74d59" have entirely different histories.
a9cb7a58a3
...
9131fb9a42
|
@ -671,7 +671,7 @@
|
|||
}
|
||||
|
||||
// TODO add missing metadata and resave file
|
||||
desi.navigation = desi.site.navigation || [];
|
||||
desi.navigation = [];
|
||||
|
||||
desi.content.root.forEach(function (entity) {
|
||||
var name = path.join(
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "desirae",
|
||||
"version": "0.11.6",
|
||||
"version": "0.11.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "desirae",
|
||||
"version": "0.11.6",
|
||||
"version": "0.11.5",
|
||||
"description": "An in-browser static blog library and static site generator. Similar to Jekyll, Octopress, Nanoc, etc",
|
||||
"main": "desirae.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue