Skip to content

Commit 56769ba

Browse files
committed
comment fix
1 parent 72cd3cd commit 56769ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/templates/Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ module.exports = function( grunt ) {
3939
'app/wp-content/themes/<%= themeName %>/js/*.js',
4040
'app/wp-content/themes/<%= themeName %>/images/*'
4141
],
42-
tasks: 'reload'*/
43-
}
42+
tasks: 'reload'
43+
}*/
4444
},
4545

4646
// default lint configuration, change this to match your setup:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-yo-trs-wordpress",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Yeoman generator for Wordpress project for theREDspace",
55
"homepage": "https://github.com/theREDspace/yeoman-wordpress",
66
"author": {

0 commit comments

Comments
 (0)