diff --git a/package.json b/package.json index 4baf2eb..c85e370 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Jaakko-Heikki Heusala (http://www.jhh.me)", "name": "dustfs", "description": "Simplified interface to {dust} and file templates for Node.js", - "version": "0.0.6", + "version": "0.0.7", "repository": { "type": "git", "url": "git://github.com/jheusala/dustfs.git" @@ -13,6 +13,7 @@ }, "dependencies": { "dustjs-linkedin": "*", + "dustjs-helpers": "*", "snippets": ">=0.0.5" }, "devDependencies": {}