Skip to content

Commit 2a59e07

Browse files
committed
fix(grunt): fixed incorrect templating expression
1 parent be60a89 commit 2a59e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/common/Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated on <%%= (new Date).toISOString().split('T')[0] %> using <%%= pkg.name %> <%%= pkg.version %>
1+
// Generated on <%= (new Date).toISOString().split('T')[0] %> using <%= pkg.name %> <%= pkg.version %>
22
'use strict';
33

44
// # Globbing

0 commit comments

Comments
 (0)