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",