From c990dbcd741941c3494d068d1e97e02ec6f0b8e2 Mon Sep 17 00:00:00 2001 From: Kasey Bonifacio Date: Wed, 20 Jul 2016 17:33:06 -0400 Subject: [PATCH] chore: use grunt-assemble adds the ability to include parameters in handlebars partials --- Gruntfile.js | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 3d3e0b3..1472837 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -14,7 +14,7 @@ module.exports = function(grunt) { require('time-grunt')(grunt); require('load-grunt-tasks')(grunt); - grunt.loadNpmTasks('assemble'); + grunt.loadNpmTasks('grunt-assemble'); // Project configuration. grunt.initConfig({ diff --git a/package.json b/package.json index 723639b..0f45d1c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "email-lab", "description": "Grunt-based workflow for creating email templates", - "version": "0.1.1", + "version": "0.1.2", "license": "BSD", "repository": "sparkbox/email-lab", "author": { @@ -13,8 +13,8 @@ "npm": ">=1.3" }, "devDependencies": { - "assemble": "~0.4.42", "grunt": "~1.0.0", + "grunt-assemble": "^0.4.0", "grunt-contrib-clean": "~1.0.0", "grunt-contrib-connect": "~1.0.2", "grunt-contrib-copy": "^1.0.0",