v0.11.4: update mustache dep

This commit is contained in:
AJ ONeal 2018-11-07 10:27:39 -07:00
parent eaf0c9bfba
commit d77b91e27a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "desirae", "name": "desirae",
"version": "0.11.3", "version": "0.11.4",
"description": "An in-browser static blog library and static site generator. Similar to Jekyll, Octopress, Nanoc, etc", "description": "An in-browser static blog library and static site generator. Similar to Jekyll, Octopress, Nanoc, etc",
"main": "desirae.js", "main": "desirae.js",
"scripts": { "scripts": {
@ -36,7 +36,7 @@
"js-yaml": "^3.2.5", "js-yaml": "^3.2.5",
"markdown-it": "^3.0.2", "markdown-it": "^3.0.2",
"mkdirp": "^0.5.0", "mkdirp": "^0.5.0",
"mustache": "^1.0.0", "mustache": "^2.3.2",
"node-uuid": "^1.4.2", "node-uuid": "^1.4.2",
"secret-utils": "^1.0.2", "secret-utils": "^1.0.2",
"walk": "^2.3.9" "walk": "^2.3.9"