File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ module.exports = function(grunt) {
1414
1515 require ( 'time-grunt' ) ( grunt ) ;
1616 require ( 'load-grunt-tasks' ) ( grunt ) ;
17- grunt . loadNpmTasks ( 'assemble' ) ;
17+ grunt . loadNpmTasks ( 'grunt- assemble' ) ;
1818
1919 // Project configuration.
2020 grunt . initConfig ( {
Original file line number Diff line number Diff line change 11{
22 "name" : " email-lab" ,
33 "description" : " Grunt-based workflow for creating email templates" ,
4- "version" : " 0.1.1 " ,
4+ "version" : " 0.1.2 " ,
55 "license" : " BSD" ,
66 "repository" : " sparkbox/email-lab" ,
77 "author" : {
1313 "npm" : " >=1.3"
1414 },
1515 "devDependencies" : {
16- "assemble" : " ~0.4.42" ,
1716 "grunt" : " ~1.0.0" ,
17+ "grunt-assemble" : " ^0.4.0" ,
1818 "grunt-contrib-clean" : " ~1.0.0" ,
1919 "grunt-contrib-connect" : " ~1.0.2" ,
2020 "grunt-contrib-copy" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments