Skip to content

Commit

Permalink
Remove install step
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred J. Kwak committed Feb 12, 2017
1 parent 003a2ba commit a2a9d7c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,5 @@ module.exports = Generator.extend({
this.templatePath('dummyfile.txt'),
this.destinationPath('dummyfile.txt')
);
},

install: function () {
this.installDependencies();
}
});

0 comments on commit a2a9d7c

Please # to comment.