Skip to content

Commit db3d9e7

Browse files
committed
feat(gen:gulp:updateFixtures): stop deleting the deps description!
[skip ci]
1 parent a2cecab commit db3d9e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: gulpfile.js

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ var processJson = function(src, dest, opt) {
4545

4646
// set properties
4747
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.';
4851
json.version = opt.genVer;
4952
json.private = opt.private;
5053

0 commit comments

Comments
 (0)