Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dennykorsukewitz committed Nov 22, 2023
1 parent fd1cff0 commit 1b933e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion generators/settings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const Generator = require('yeoman-generator');
const chalk = require('chalk');
const yosay = require('yosay');
const path = require('path');
const changeCase = require('change-case');
const helper = require('./../../src/helper.js');
const generator = path.basename(__dirname);
const generator_config = require('./config.js');
Expand Down
1 change: 0 additions & 1 deletion generators/snippet/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const Generator = require('yeoman-generator');
const chalk = require('chalk');
const yosay = require('yosay');
const path = require('path');
const changeCase = require('change-case');
const helper = require('./../../src/helper.js');
const generator = path.basename(__dirname);
const generator_config = require('./config.js');
Expand Down

0 comments on commit 1b933e7

Please sign in to comment.