update-generator.js 109 B

123
  1. const Generator = require("yeoman-generator");
  2. module.exports = class UpdateGenerator extends Generator {};