From d6aa7ed8724e82f5096c63dc45d32177b815b819 Mon Sep 17 00:00:00 2001 From: Frank Boes Date: Wed, 4 Oct 2017 18:32:32 +0200 Subject: [PATCH] 1.3.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2debb19f..ab09d7fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blogophon", - "version": "1.2.1", + "version": "1.3.0", "description": "A Static Site Generator supporting Markdown, responsive images, RSS and other RESTable files. Built with Node.js and minimal dependencies.", "main": "./index.js", "repository": { @@ -77,8 +77,8 @@ "node": true }, "parserOptions": { - "ecmaVersion": 6 - }, + "ecmaVersion": 6 + }, "globals": {}, "rules": { "brace-style": 2,