Skip to content

Commit

Permalink
fix: remove unuse pkgInfo (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhennann authored Jan 6, 2024
1 parent b06d037 commit 7615d4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/init_command.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ module.exports = class Command {
options = options || {};
this.name = options.name || 'egg-init';
this.configName = options.configName || 'egg-init-config';
this.pkgInfo = options.pkgInfo || require('../package.json');
this.httpClient = urllib;

this.inquirer = inquirer;
Expand Down

0 comments on commit 7615d4a

Please sign in to comment.