We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2cecab commit db3d9e7Copy full SHA for db3d9e7
1 file changed
gulpfile.js
@@ -45,6 +45,9 @@ var processJson = function(src, dest, opt) {
45
46
// set properties
47
json.name = opt.appName;
48
+ json.description = opt.private
49
+ ? null
50
+ : 'The purpose of this repository is to track all the possible dependencies of an application created by generator-angular-fullstack.';
51
json.version = opt.genVer;
52
json.private = opt.private;
53
0 commit comments