From b1e4c5bc32328798b70ca630ff689de7694c9d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20=C4=86wirko?= Date: Sat, 3 Oct 2015 21:11:51 +0200 Subject: [PATCH] update --- README.md | 5 +++++ default.hbs | 2 +- package.json | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 890654d..ef2a8a8 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,11 @@ Just use standard Ghost admin panel settings. #### Changelog +##### 1.5.2 (03.10.2015) + +- Grunt workflow dependencies update +- Font Awesome update (4.4.0) + ##### 1.5.1 (26.07.2015) - Grunt workflow dependencies update diff --git a/default.hbs b/default.hbs index 451e8ed..d490acc 100644 --- a/default.hbs +++ b/default.hbs @@ -15,7 +15,7 @@ {{! Styles - Foundation 5 included}} - + {{!-- styles for syntax highlighter you will find more here: https://github.com/isagalaev/highlight.js/tree/master/src/styles just change .min.css file name below --}} diff --git a/package.json b/package.json index dba0158..abf18e1 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "Abc", - "version": "1.5.1", + "version": "1.5.2", "devDependencies": { - "load-grunt-tasks": "~3.2.0", - "node-sass": "~3.2.0", + "load-grunt-tasks": "~3.3.0", + "node-sass": "~3.3.3", "grunt-sass": "~1.0.0", "grunt": "~0.4.5", "grunt-contrib-watch": "~0.6.1"