From f7bac2396aea3209c3885d1f014a7537a0e91114 Mon Sep 17 00:00:00 2001 From: vitkarpov Date: Thu, 1 Dec 2016 08:52:23 +0300 Subject: [PATCH] v2.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 97bd768..daca03d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grunt-nunjucks-2-html", - "version": "1.0.5", + "version": "2.0.0", "description": "Grunt task for rendering nunjucks` templates to HTML", "homepage": "https://github.com/vitkarpov/grunt-nunjucks-2-html", "author": "Viktor Karpov ", @@ -22,7 +22,7 @@ }, "dependencies": { "chalk": "^1.1.1", - "nunjucks": ">= 2.4.2" + "nunjucks": "^2.4.2" }, "devDependencies": { "babel-eslint": "^4.1.3",