Skip to content

Commit 2b76b17

Browse files
committed
fix(app): save the version of the generator that was used
1 parent 4e0cdfd commit 2b76b17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/templates/Gruntfile.js

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

34
module.exports = function (grunt) {

0 commit comments

Comments
 (0)